Posts by Renato de Souza • 21 points
1 post
-
2
votes1
answer54
viewsQ: Change mouse cursor using WINAPI
I cannot change the mouse cursor when I release the right mouse button. Part of mine code: case WM_RBUTTONUP : SetCursor( LoadCursor( hInstance, MAKEINTRESOURCE(IDC_MEUCURSOR1))); ShowCursor(TRUE);…