Add GetKeyboardState to user32

This commit is contained in:
matias
2023-01-06 07:04:38 -04:00
committed by GitHub
parent 782f1b4718
commit c03cc21908
+2
View File
@@ -123,6 +123,8 @@ foreign user32 {
GetKeyState :: proc(nVirtKey: c_int) -> SHORT ---
GetAsyncKeyState :: proc(vKey: c_int) -> SHORT ---
GetKeyboardState :: proc(lpKeyState: PBYTE) -> BOOL ---
MapVirtualKeyW :: proc(uCode: UINT, uMapType: UINT) -> UINT ---