PKUOS - Pintos
Pintos source browser for PKU Operating System course
|
Maps a set of contiguous scancodes into characters. More...
Data Fields | |
uint8_t | first_scancode |
First scancode. More... | |
const char * | chars |
chars[0] has scancode first_scancode, chars[1] has scancode first_scancode + 1, and so on to the end of the string. More... | |
const char* keymap::chars |
uint8_t keymap::first_scancode |