Win32 Question

Started by
1 comment, last by mercurium 18 years, 8 months ago
Hey everybody, I just finished my first game using C++ and DirectDraw 7 (its a BreakOut clone). The only thing that remains is that I want to get rid of that cursor. It has no use 'cause I'm using the keyboard to control the paddle. Can any one tell me how to do this? Thanks in advance.
Still 2^10 :P
Advertisement
I think the Win32 call ShowCursor( FALSE ) will do the trick. You probably wanna call ShowCursor( TRUE ) before you exit. There's probably a better way, though...
Orin Tresnjak | Graphics ProgrammerBethesda Game StudiosStandard Disclaimer: My posts represent my opinions and not those of Bethesda/Zenimax, etc.
Cool, thanks!
Still 2^10 :P

This topic is closed to new replies.

Advertisement