I have a fullscreen c# application and I want that the cursor won't be visible while the user is in the application. (Controlling the application is solely with the keyboard)
Any one knows how to do such a thing?
PS : I prefer that the cursor will be completely unusable rather than "invisible" or "transparent"