PSPSDK 2024-10-31
|
Controller data. More...
#include <ctrl/pspctrl.h>
Data Fields | |
unsigned int | TimeStamp |
Current read frame. | |
unsigned int | Buttons |
Buttons in pressed state. | |
unsigned char | Lx |
X-axis value of the Analog Stick. | |
unsigned char | Ly |
Y-axis value of the Analog Stick. | |
unsigned char | Rsrv [6] |
Reserved. | |
Controller data.
Contains current button and axis state.
Buttons in pressed state.
Mask the value with one or more PspCtrlButtons flags to access specific buttons.
Referenced by pspDebugKbInit().
Current read frame.
Referenced by pspDebugKbInit().