psl1ght
A free SDK for Sony's PS3 console
|
Pad info data structure (new format). More...
#include <pad.h>
Data Fields | |
u32 | max |
max pads allowed to connect | |
u32 | connected |
how many pads connected | |
u32 | info |
Bit 0 lets the system intercept pad? other bits are reserved. | |
u32 | port_status [MAX_PORT_NUM] |
Bit 0: Connected (0: Disconnected, 1: Connected), Bit 1: assign changes? | |
u32 | port_setting [MAX_PORT_NUM] |
Bit 1: Pressure sensitivity turned on, Bit 2: Sensors turned on. | |
u32 | device_capability [MAX_PORT_NUM] |
See: PadCapabilityInfo. Bit 0: PS3SPEC, Bit 1: has_pressure, Bit 2: has_sensor, Bit 3: has_hps, Bit 4: has_vibrate. | |
u32 | device_type [MAX_PORT_NUM] |
0: Standard, 4: Bluray Remote, 5: LDD | |
Pad info data structure (new format).