Guest User

Untitled

a guest
Aug 15th, 2018
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. Open a new application and pass mouse events in MSVC
  2. HWND h = FindWindow("ShockwaveFlash", NULL);
  3. // ...
  4. SendMessage( h, WM_MOUSEMOVE, 0, data );
Add Comment
Please, Sign In to add comment