pspsdk-1.0+beta2
SceCtrlData Struct Reference

Returned controller data. More...

#include <src/ctrl/pspctrl.h>

Data Fields

unsigned int TimeStamp
 The current read frame.
unsigned int Buttons
 Bit mask containing zero or more of PspCtrlButtons.
unsigned char Lx
 Analogue stick, X axis.
unsigned char Ly
 Analogue stick, Y axis.
unsigned char Rsrv [6]
 Reserved.

Detailed Description

Returned controller data.

Field Documentation

unsigned int SceCtrlData::Buttons

Bit mask containing zero or more of PspCtrlButtons.

Referenced by pspDebugKbInit().

unsigned char SceCtrlData::Lx

Analogue stick, X axis.

unsigned char SceCtrlData::Ly

Analogue stick, Y axis.

unsigned char SceCtrlData::Rsrv[6]

Reserved.

unsigned int SceCtrlData::TimeStamp

The current read frame.

Referenced by pspDebugKbInit().


The documentation for this struct was generated from the following file: