Hiding the mouse cursor
I am using nehe's basecode with some code I found for mouse controlled movement (ie. first person) which works fine in fullscreen mode but in windowed mode the mouse cursor being displayed is annoying. How can I make the mouse cursor invisible. Sorry if this question has come up before (Im sure it has), every time I try to use the search feature it tells me
An error occurred on the server when processing the URL. Please contact the system administrator.
Thanks in advance
Pascoe
[edited by - pascoe213 on December 14, 2003 11:58:28 AM]
If you''re working on windows:
int ShowCursor(
BOOL bShow // cursor visibility
);
If you''re using Direct3D
IDirect3DDevice8::ShowCursor(BOOL bShow)
int ShowCursor(
BOOL bShow // cursor visibility
);
If you''re using Direct3D
IDirect3DDevice8::ShowCursor(BOOL bShow)
This topic is closed to new replies.
Advertisement
Popular Topics
Advertisement
Recommended Tutorials
Advertisement