We have PointerEnter and PointerLeave events but not PointerMove for some reason. This is especially odd considering that the other pointer events are driven internally by OnPointerMove.
It's possible to hurt performance this way, but fairly necessary for something like a custom tooltip.
We have
PointerEnter
andPointerLeave
events but notPointerMove
for some reason. This is especially odd considering that the other pointer events are driven internally byOnPointerMove
.It's possible to hurt performance this way, but fairly necessary for something like a custom tooltip.