PSPSDK 2025-02-06
|
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.
unsigned int SceCtrlData::Buttons |
Buttons in pressed state.
Mask the value with one or more PspCtrlButtons flags to access specific buttons.
Referenced by pspDebugKbInit().
unsigned char SceCtrlData::Lx |
X-axis value of the Analog Stick.
unsigned char SceCtrlData::Ly |
Y-axis value of the Analog Stick.
unsigned char SceCtrlData::Rsrv[6] |
Reserved.
unsigned int SceCtrlData::TimeStamp |
Current read frame.
Referenced by pspDebugKbInit().