Hide mouse cursor when in full screen mode?

We have a game which only uses a controller as input so we would like the mouse cursor to be invisible while the game is running.

Is is possible to hide the mouse cursor when in full screen mode? I’ve looked but can’t see anything in the docs or forums about it.

Not at the moment, but it’s definitely something we want to do in the future.  Especially for those who want to render their own mouse cursor via Corona display objects instead.

Not at the moment, but it’s definitely something we want to do in the future.  Especially for those who want to render their own mouse cursor via Corona display objects instead.

native.setProperty( “mouseCursorVisible”, false ) seems to work fine on latest public build

Yep!  We’ve added the ability to hide the mouse cursor on OS X and Windows as of build #2813.

   https://coronalabs.com/blog/2016/01/26/hiding-the-cursor-in-os-x-and-windows-desktop-builds/

native.setProperty( “mouseCursorVisible”, false ) seems to work fine on latest public build

Yep!  We’ve added the ability to hide the mouse cursor on OS X and Windows as of build #2813.

   https://coronalabs.com/blog/2016/01/26/hiding-the-cursor-in-os-x-and-windows-desktop-builds/