How do I hide the cursor in the game window?
Hi! It seems like I saw an example somewhere how to hide the cursor in the application window, but I can't find where :-) Does anyone know?
Hi! It seems like I saw an example somewhere how to hide the cursor in the application window, but I can't find where :-) Does anyone know?
Yes there is a very simple way:
screen.setCursorVisible(false)
Thank you very much!