Skip to content

Commit

Permalink
Fixed: fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
vcaesar committed Nov 28, 2022
1 parent 4eea01b commit 7aa5beb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion key/keypress_c.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#if defined(IS_WINDOWS)
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);
Sleep(DEADBEEF_RANDRANGE(0, 1));
}
Expand Down

0 comments on commit 7aa5beb

Please sign in to comment.