is there a way that I can make the mouse cursor invisible
I'm trying to make a custom one for my game and don't want the regular one to cover it up
I'm trying to make a custom one for my game and don't want the regular one to cover it up
You can set cursor visibility using
screen.setCursorVisible( true )
screen.setCursorVisible( false )
thank you