| libnds
    | 
NDS Easy Piano option pack support. More...
| Functions | |
| bool | pianoIsInserted (void) | 
| Check for piano option pack. | |
| u16 | pianoKeysDown (void) | 
| Obtains the current piano keys pressed state. | |
| u16 | pianoKeysHeld (void) | 
| Obtains the current piano keys held state. | |
| u16 | pianoKeysUp (void) | 
| Obtains the current piano keys released state. | |
| void | pianoScanKeys (void) | 
| Obtain the current piano state. | |
NDS Easy Piano option pack support.
| bool pianoIsInserted | ( | void | ) | 
Check for piano option pack.
| u16 pianoKeysDown | ( | void | ) | 
Obtains the current piano keys pressed state.
| u16 pianoKeysHeld | ( | void | ) | 
Obtains the current piano keys held state.
| u16 pianoKeysUp | ( | void | ) | 
Obtains the current piano keys released state.
| void pianoScanKeys | ( | void | ) | 
Obtain the current piano state.
Call this function once per main loop to use the piano functions.