Guest User

Untitled

a guest
Jan 17th, 2019
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. #include <windows.h>
  2. using namespace std;
  3.  
  4. int main()
  5. {
  6. SetCursorPos(2000, 10);
  7. mouse_event(MOUSEEVENTF_LEFTDOWN,0 ,0,0,0);
  8. mouse_event(MOUSEEVENTF_LEFTUP,0 ,0,0,0);
  9. }
  10.  
  11. Untitled1.c|2|error: expected '=', ',', ';', 'asm' or '__attribute__' before 'namespace'|
  12.  
  13. ||=== Build finished: 1 errors, 0 warnings ===|
Add Comment
Please, Sign In to add comment