libnds
Data Fields
KeyMap Struct Reference

defines a key mapping. More...

#include <keyboard.h>

Data Fields

int height
 
const int * keymap
 
const u16mapDataPressed
 
const u16mapDataReleased
 
int width
 

Detailed Description

defines a key mapping.

Field Documentation

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


The documentation for this struct was generated from the following file: