libnds
|
Defines a key mapping. More...
#include <keyboard.h>
Data Fields | |
u8 | height |
Height of the keyboard in grid spaces. | |
const s16 * | keymap |
The lookup table for x y grid location to corresponding key. | |
const u16 * | mapDataPressed |
The map for keys pressed. | |
const u16 * | mapDataReleased |
The map for keys released. | |
u8 | width |
Width of the keyboard in grid spaces. | |
Defines a key mapping.