Hiding the Cursor

Started by
1 comment, last by Uphoreum 17 years ago
In a Win32/DirectX program, how do I hide the cursor when it enters the window and/or when the program is fullscreen? Like SDL_ShowCursor(SDL_DISABLE) in SDL. I would assume it would be pretty simple.
Advertisement
You were right, it is quite simple ;)

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/winui/winui/windowsuserinterface/resources/cursors/cursorreference/cursorfunctions/showcursor.asp
Wow, what do ya know? haha. Thanks!

This topic is closed to new replies.

Advertisement