Tagged Questions

0
votes
1answer
390 views

PeekMessage() Resetting the Mouse Cursor

Im currently messing around with changing the mouse cursor within a game like C++ application for Windows XP. To change the cursor I am using SetCursor() and passing in the desired cursor, which is ...