Searched refs:keyState (Results 1 – 1 of 1) sorted by relevance
50 static uint32_t keyState; variable182 keyState |= KS_E0ESCAPE; in PS2_KeyboardIntr()189 keyState &= ~KS_SHIFT; in PS2_KeyboardIntr()191 keyState &= ~KS_CONTROL; in PS2_KeyboardIntr()193 keyState &= ~KS_ALT; in PS2_KeyboardIntr()201 keyState |= KS_SHIFT; in PS2_KeyboardIntr()203 keyState |= KS_CONTROL; in PS2_KeyboardIntr()205 keyState |= KS_ALT; in PS2_KeyboardIntr()209 keyState ^= KS_CAPSLOCK; in PS2_KeyboardIntr()211 keyState ^= KS_NUMLOCK; in PS2_KeyboardIntr()[all …]