Problem using cursor over events while mouse is hidden

Hello,

I am trying to do a “on begin cursor over event” while pointer is hidden and i cannot seem to get it to work. I do have mouse over events enabled and i have input enabled. I’m guessing that there might be another node that i can use for my situation but i cannot seem to find it. If i make cursor unhidden it works just fine.

One more thing is that i thought that while cursor was hidden it was wondering off to side of screen or something but i cannot find Set mouse position in node list…

Any help is appreciated very much!!

Hey ,

While cursor is hidden, you won’t be able to use OnBeginCursorOver event. What you can do, however, is set Cursor to None rather than hiding it, and CursorOver events will still work. Use SetCurrentMouseCursor node and select None.

Hope that helps!

Awesome! Well I cannot check if it works at this time but im sure this will work great! Thank You!