Event when the mouse leaves the window?

Hi,

I was wondering… Is there an event triggered if the mouse leaves the window?

I need to monitor this, and right now I have a task which keeps an eye on base.mouseWatcherNode.hasMouse()

This does the job fine for me, it would just feel cleaner to get notified instead of effectively needing to poll this information…

Cheers,

Erik

No, I don’t think we’re currently tracking that event, sorry.

David