Searched refs:FLAG_SHIFT_R (Results 1 – 2 of 2) sorted by relevance
| /bsp/x86/drivers/ | ||
| A D | keyboard.h | 29 #define FLAG_SHIFT_R 0x0400 /* Shift key */ macro |
| A D | keyboard.c | 247 key |= shift_r ? FLAG_SHIFT_R : 0; in keyboard_read() |
Completed in 6 milliseconds