|
psl1ght
A free SDK for Sony's PS3 console
|
Pad action parameters data structure. More...
#include <pad.h>
Data Fields | |
| union { | |
| u8 motor [MAX_PAD_ACTUATOR] | |
| All motors statuses. | |
| struct { | |
| u8 small_motor | |
| Small Motor parameter 0: OFF, 1: On. | |
| u8 large_motor | |
| Large Motor 0: OFF, 1-255: Motor Speed, higher == faster. | |
| } | |
| }; | |
| u8 | reserved [6] |
| reserved | |
Pad action parameters data structure.
1.8.15