#include <revolution/kpad.h>
typedef enum KPADPlayMode {
KPAD_PLAY_MODE_LOOSE = 0,
KPAD_PLAY_MODE_TIGHT
} KPADPlayMode;
KPADPlayMode KPADGetHoriPlayMode( 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 horizontal parameters.
2007/07/12 Initial version.
CONFIDENTIAL