Go to the source code of this file.
◆ PAD_BUTTON_A
#define PAD_BUTTON_A 0x0100 |
◆ PAD_BUTTON_B
#define PAD_BUTTON_B 0x0200 |
◆ PAD_BUTTON_DOWN
#define PAD_BUTTON_DOWN 0x0004 |
◆ PAD_BUTTON_LEFT
#define PAD_BUTTON_LEFT 0x0001 |
◆ PAD_BUTTON_MENU
#define PAD_BUTTON_MENU 0x1000 |
◆ PAD_BUTTON_RIGHT
#define PAD_BUTTON_RIGHT 0x0002 |
◆ PAD_BUTTON_START
#define PAD_BUTTON_START 0x1000 |
◆ PAD_BUTTON_UP
#define PAD_BUTTON_UP 0x0008 |
◆ PAD_BUTTON_X
#define PAD_BUTTON_X 0x0400 |
◆ PAD_BUTTON_Y
#define PAD_BUTTON_Y 0x0800 |
◆ PAD_CHAN0
◆ PAD_CHAN0_BIT
#define PAD_CHAN0_BIT 0x80000000 |
◆ PAD_CHAN1
◆ PAD_CHAN1_BIT
#define PAD_CHAN1_BIT 0x40000000 |
◆ PAD_CHAN2
◆ PAD_CHAN2_BIT
#define PAD_CHAN2_BIT 0x20000000 |
◆ PAD_CHAN3
◆ PAD_CHAN3_BIT
#define PAD_CHAN3_BIT 0x10000000 |
◆ PAD_CHANMAX
◆ PAD_ERR_NO_CONTROLLER
#define PAD_ERR_NO_CONTROLLER -1 |
◆ PAD_ERR_NONE
◆ PAD_ERR_NOT_READY
#define PAD_ERR_NOT_READY -2 |
◆ PAD_ERR_TRANSFER
#define PAD_ERR_TRANSFER -3 |
◆ PAD_MOTOR_RUMBLE
#define PAD_MOTOR_RUMBLE 1 |
◆ PAD_MOTOR_STOP
◆ PAD_MOTOR_STOP_HARD
#define PAD_MOTOR_STOP_HARD 2 |
◆ PAD_TRIGGER_L
#define PAD_TRIGGER_L 0x0040 |
◆ PAD_TRIGGER_R
#define PAD_TRIGGER_R 0x0020 |
◆ PAD_TRIGGER_Z
#define PAD_TRIGGER_Z 0x0010 |
◆ PADStatus
◆ sampling_callback
typedef void(* sampling_callback) (void) |
◆ PAD_ButtonsDown()
u16 PAD_ButtonsDown |
( |
int |
pad | ) |
|
◆ PAD_ButtonsHeld()
u16 PAD_ButtonsHeld |
( |
int |
pad | ) |
|
◆ PAD_ButtonsUp()
u16 PAD_ButtonsUp |
( |
int |
pad | ) |
|
◆ PAD_Clamp()
◆ PAD_ControlMotor()
◆ PAD_Init()
◆ PAD_Read()
◆ PAD_Recalibrate()
u32 PAD_Recalibrate |
( |
u32 |
mask | ) |
|
◆ PAD_Reset()
◆ PAD_ScanPads()
◆ PAD_SetSamplingCallback()
◆ PAD_SetSpec()
◆ PAD_StickX()
◆ PAD_StickY()
◆ PAD_SubStickX()
s8 PAD_SubStickX |
( |
int |
pad | ) |
|
◆ PAD_SubStickY()
s8 PAD_SubStickY |
( |
int |
pad | ) |
|
◆ PAD_Sync()
◆ PAD_TriggerL()
u8 PAD_TriggerL |
( |
int |
pad | ) |
|
◆ PAD_TriggerR()
u8 PAD_TriggerR |
( |
int |
pad | ) |
|