WPADGetDpdFormat

Syntax

#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 );

Arguments

chan One of the WPAD_CHANn values.

Return Values

One of the WPAD_DPD_*.

Description

Gets the data format of the Pointer of the specified Wii Remote. WPAD_DPD_OFF is returned when Pointer is not being used.

See Also

None.

Revision History

2006/10/23 Initial version.


CONFIDENTIAL