#include <NDS/jtypes.h>Include dependency graph for KeyPad.hpp:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Classes | |
| class | KeyPad |
| Provides an interface to access the DS keypad more like a normal keyboard. More... | |
| struct | KeyPad::keyData |
| Helper structure used by KeyPad to keep track of which buttons are pressed, and their current states, and repeat data. More... | |
Enumerations | |
| enum | KP_Keys { KP_KEY_A, KP_KEY_B, KP_KEY_SELECT, KP_KEY_START, KP_KEY_RIGHT, KP_KEY_LEFT, KP_KEY_UP, KP_KEY_DOWN, KP_KEY_R, KP_KEY_L, KP_NUM_KEYS, KP_LAST_KEY = KP_KEY_L, KP_FIRST_KEY = KP_KEY_A } |
| The various keys that are tracked. More... | |
|
1.3.6