how set Cursor spot Position?
C / C++ / MFC
3
Posts
2
Posters
0
Views
1
Watching
-
how set Cursor spot posotion at Center of the Cursor, not at (0,0)? SetCursor( AfxGetApp()->LoadCursor(IDC_CURSOR1)); .... Thank you!
-
how set Cursor spot posotion at Center of the Cursor, not at (0,0)? SetCursor( AfxGetApp()->LoadCursor(IDC_CURSOR1)); .... Thank you!
-
Usually in resource editor, you have a button "Set Hotspot". I see that you have a custom cursor, so I don't think you need to do this at runtime Romeo JUNCU
Thank you