All types of hover events not working while mouse button down

title

You have to be more specific if you need help.

Judging by the finality and abruptness of the message, I say OP has pressed a native button down and expects things to keep working as if nothing happened. Buttons won’t have that, sadly.

A potential victim of trying to drag a button? Just a wild guess…

Yes, I am trying to make it so that when I drag an image over other images, the images change.

If you’re using the native drag & drop, override `onDragEnter’ in the widget you’d like to change.

Thank you very much, this worked!