Hey people I'm making a game using DX7 and I'm using ShowCursor (API) to hide the mouse. It worked just fine a first but then it stopped working at somepoint and I don't know why.
Can anyone help?
Drewski
Printable View
Hey people I'm making a game using DX7 and I'm using ShowCursor (API) to hide the mouse. It worked just fine a first but then it stopped working at somepoint and I don't know why.
Can anyone help?
Drewski
To hide the cursor...
To show the cursor...Code:Do While ShowCursor(1) >= 0
Loop
Hope this helps!Code:Do While ShowCursor(1) < 0
Loop
-Git
im not sure i get what that is supposed to do