How can I hide mouse pointer when it comes over my window
C / C++ / MFC
5
Posts
5
Posters
0
Views
1
Watching
-
as in the subject
-
as in the subject
There are methods to change the pointer shape, why not just create a one pixel mouse pointer and use that ? Elaine :rose: The tigress is here :-D
-
as in the subject
Use the
ShowCursor
function. Despite its name, it can hide and show the cursor. -
as in the subject
-
as in the subject
You can use the ShowCursor Windows API function to show and hide the mouse pointer.