12 trace(
"wVK: %x\tScancode: %x\n", wVk, scanCode);
16 ok(winKeyState & 0x8000,
"VK=%x should be detected as key down.\n", wVk);
20 ok(!(winKeyState & 0x8000),
"VK=%x should be detected as key up.\n", wVk);
static void testScancodeExtendedKey(BYTE wVk, BYTE scanCode)
VOID WINAPI keybd_event(_In_ BYTE, _In_ BYTE, _In_ DWORD, _In_ ULONG_PTR)
#define KEYEVENTF_EXTENDEDKEY
SHORT WINAPI GetAsyncKeyState(_In_ int)