mirror of
https://github.com/go-vgo/robotgo.git
synced 2025-05-31 06:13:55 +00:00
Fixed: fixed typo
This commit is contained in:
parent
4eea01b88d
commit
7aa5beb8f7
@ -17,7 +17,7 @@
|
|||||||
#if defined(IS_WINDOWS)
|
#if defined(IS_WINDOWS)
|
||||||
HWND GetHwndByPid(DWORD dwProcessId);
|
HWND GetHwndByPid(DWORD dwProcessId);
|
||||||
|
|
||||||
void WIN32_KEY_EVENT_WAIT(MMKeyCode key, DWORD flags, uiprint pid) {
|
void WIN32_KEY_EVENT_WAIT(MMKeyCode key, DWORD flags, uintptr pid) {
|
||||||
win32KeyEvent(key, flags, pid, 0);
|
win32KeyEvent(key, flags, pid, 0);
|
||||||
Sleep(DEADBEEF_RANDRANGE(0, 1));
|
Sleep(DEADBEEF_RANDRANGE(0, 1));
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user