#include <KPadController.hh>
A specialized KPad for player input, as opposed to CPU players for example.
Definition at line 338 of file KPadController.hh.
Public Member Functions | |
| void | setGhostController (KPadGhostController *controller, const u8 *inputs, bool driftIsAuto) |
| void | setHostController (KPadHostController *controller, bool driftIsAuto) |
| void | startGhostProxy () |
| Signals to start reading ghost data after fade-in. | |
| void | endGhostProxy () |
| Signals to stop reading ghost data after race completion. | |
Public Member Functions inherited from System::KPad | |
| void | calc () |
| void | reset () |
| const RaceInputState & | currentState () const |
| const RaceInputState & | lastState () const |
| bool | driftIsAuto () const |
Private Attributes | |
| u8 | m_ghostBuffer [RKG_UNCOMPRESSED_INPUT_DATA_SECTION_SIZE] |
Additional Inherited Members | |
Protected Attributes inherited from System::KPad | |
| KPadController * | m_controller |
| RaceInputState | m_currentInputState |
| RaceInputState | m_lastInputState |
| Used to determine changes in input state. | |
|
0x80521688 |
Signals to stop reading ghost data after race completion.
Definition at line 283 of file KPadController.cc.
|
0x80521844 |
Definition at line 256 of file KPadController.cc.
| void System::KPadPlayer::setHostController | ( | KPadHostController * | controller, |
| bool | driftIsAuto ) |
Definition at line 267 of file KPadController.cc.
|
0x805215D4 |
Signals to start reading ghost data after fade-in.
Definition at line 273 of file KPadController.cc.
|
private |
Definition at line 350 of file KPadController.hh.