Advertisement
Guest User

Untitled

a guest
Aug 19th, 2019
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. case WM_MOUSEMOVE:
  2. {
  3. ShowCursor(false);
  4. SetForegroundWindow(gameWnd);
  5. SetCapture(gameWnd);
  6. SendMessage(gameWnd, message, wParam, lParam);
  7. return 0;
  8. }break;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement