libnds
|
Slot-2 Guitar Grip controller support. More...
Functions | |
bool | guitarGripIsInserted (void) |
Check for the guitar grip. | |
u16 | guitarGripKeysDown (void) |
Obtains the keys that have just been pressed in the guitar grip. | |
u8 | guitarGripKeysHeld (void) |
Obtains the keys currently held in the guitar grip. | |
u16 | guitarGripKeysUp (void) |
Obtains the keys that have just been released in the guitar grip. | |
void | guitarGripScanKeys (void) |
Obtain the current guitar grip state. | |
Slot-2 Guitar Grip controller support.
bool guitarGripIsInserted | ( | void | ) |
Check for the guitar grip.
u16 guitarGripKeysDown | ( | void | ) |
Obtains the keys that have just been pressed in the guitar grip.
u8 guitarGripKeysHeld | ( | void | ) |
Obtains the keys currently held in the guitar grip.
u16 guitarGripKeysUp | ( | void | ) |
Obtains the keys that have just been released in the guitar grip.
void guitarGripScanKeys | ( | void | ) |
Obtain the current guitar grip state.
Call this function once per main loop to use the guitarGrip functions.