@jochang wrote:
I'm trying to change the default cursor A, to cursor B when hovering over a node, and then to cursor C when the node is being dragged (with the mouse button down, InputEvent.left).
But I can either only get A to C using onHold event of the Node.
Or from A to B using mouseEnter, mouseLeave, but when I add onHold it doesn't change anything.
Posts: 3
Participants: 2