Guest User

imports

a guest
Nov 17th, 2020
232
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.24 KB | None | 0 0
  1. // Imports
  2.  
  3.  [DllImport("user32.dll")]
  4.         static extern short GetAsyncKeyState(Keys vKey);
  5.  
  6.         [DllImport("user32.dll")]
  7.         public static extern void mouse_event(int dwFlags, int dx, int dy, int cButtons, int dwExtraInfo);
Advertisement
Add Comment
Please, Sign In to add comment