focustense / StardewUI

UI/widget library for Stardew modding
MIT License
6 stars 1 forks source link

Add PointerMove event #51

Closed focustense closed 1 week ago

focustense commented 1 week ago

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.