Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // Imports
- [DllImport("user32.dll")]
- static extern short GetAsyncKeyState(Keys vKey);
- [DllImport("user32.dll")]
- 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