Searched refs:g_winKeyState (Results 1 – 1 of 1) sorted by relevance
47 static Bool g_winKeyState[NUM_KEYCODES]; variable477 if (g_winKeyState[i]) in winKeybdReleaseKeys()481 g_winKeyState[i] = FALSE; in winKeybdReleaseKeys()498 if (g_winKeyState[dwKey] == FALSE && fDown == FALSE) in winSendKeyEvent()502 g_winKeyState[dwKey] = fDown; in winSendKeyEvent()515 if ((lParam & 0x1ff0000) == 0x11d0000 && g_winKeyState[KEY_RCtrl]) in winCheckKeyPressed()517 if ((lParam & 0x1ff0000) == 0x01d0000 && g_winKeyState[KEY_LCtrl]) in winCheckKeyPressed()521 if ((lParam & 0x1ff0000) == 0x0360000 && g_winKeyState[KEY_ShiftR]) in winCheckKeyPressed()523 if ((lParam & 0x1ff0000) == 0x02a0000 && g_winKeyState[KEY_ShiftL]) in winCheckKeyPressed()541 if (iScanCode == KEY_ShiftL && g_winKeyState[KEY_ShiftR]) in winFixShiftKeys()[all …]