defines a key mapping. More...
#include <keyboard.h>
Data Fields | |
| int | height |
| const int * | keymap |
| const u16 * | mapDataPressed |
| const u16 * | mapDataReleased |
| int | width |
defines a key mapping.
| int KeyMap::height |
height of the keyboard in grid spaces
| const int* KeyMap::keymap |
the lookup table for x y grid location to corresponding key
| const u16* KeyMap::mapDataPressed |
the map for keys pressed
| const u16* KeyMap::mapDataReleased |
the map for keys released
| int KeyMap::width |
width of the keyboard in grid spaces
1.6.3