#include <revolution/kpad.h>
typedef enum KPADPlayMode {
KPAD_PLAY_MODE_LOOSE = 0,
KPAD_PLAY_MODE_TIGHT
} KPADPlayMode;
KPADPlayMode KPADGetAccPlayMode( s32 chan );
| chan | One of the WPAD_CHANn values |
|---|
The play mode that has been set.
Gets the play mode that has been set for the acceleration sensor.
2007/07/12 Initial version.
CONFIDENTIAL