#include <revolution/wpad.h>
#define WPAD_CHAN0 0
#define WPAD_CHAN1 1
#define WPAD_CHAN2 2
#define WPAD_CHAN3 3
#define WPAD_DPD_OFF 0
#define WPAD_DPD_STD 1
#define WPAD_DPD_EXP 3
#define WPAD_DPD_FULL 5
u8 WPADGetDpdFormat( s32 chan );
chan |
One of the WPAD_CHANn values. |
One of the WPAD_DPD_*.
Gets the data format of the Pointer of the specified Wii Remote. WPAD_DPD_OFF is returned when Pointer is not being used.
2006/10/23 Initial version.
CONFIDENTIAL