haxenme / nme

A cross-platform native backend for Haxe projects
MIT License
479 stars 122 forks source link

Mouse cursor always visible when fullscreen #375

Open bendmorris opened 8 years ago

bendmorris commented 8 years ago

I'm using HaxeFlixel to hide the mouse cursor (Mouse.hide()) and replace it with a custom graphic. This works, but the system cursor will reappear when switching to fullscreen, and disappear after switching back to windowed. This almost always happens, but rarely the mouse cursor remains hidden.

thomasuster commented 6 years ago

Hey @bendmorris, any chance you can do a pull request for this?