A reimplementation of Mario Kart Wii's physics engine in C++
Loading...
Searching...
No Matches
System::KPadPlayer Class Reference

#include <KPadController.hh>

Description

A specialized KPad for player input, as opposed to CPU players for example.

Definition at line 338 of file KPadController.hh.

Inheritance diagram for System::KPadPlayer:

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 RaceInputStatecurrentState () const
 
const RaceInputStatelastState () const
 
bool driftIsAuto () const
 

Private Attributes

u8 m_ghostBuffer [RKG_UNCOMPRESSED_INPUT_DATA_SECTION_SIZE]
 

Additional Inherited Members

- Protected Attributes inherited from System::KPad
KPadControllerm_controller
 
RaceInputState m_currentInputState
 
RaceInputState m_lastInputState
 Used to determine changes in input state.
 

Member Function Documentation

◆ endGhostProxy()

void System::KPadPlayer::endGhostProxy ( )
0x80521688

Signals to stop reading ghost data after race completion.

Definition at line 283 of file KPadController.cc.

◆ setGhostController()

void System::KPadPlayer::setGhostController ( KPadGhostController * controller,
const u8 * inputs,
bool driftIsAuto )
0x80521844

Definition at line 256 of file KPadController.cc.

◆ setHostController()

void System::KPadPlayer::setHostController ( KPadHostController * controller,
bool driftIsAuto )

Definition at line 267 of file KPadController.cc.

◆ startGhostProxy()

void System::KPadPlayer::startGhostProxy ( )
0x805215D4

Signals to start reading ghost data after fade-in.

Definition at line 273 of file KPadController.cc.

Member Data Documentation

◆ m_ghostBuffer

u8 System::KPadPlayer::m_ghostBuffer[RKG_UNCOMPRESSED_INPUT_DATA_SECTION_SIZE]
private

Definition at line 350 of file KPadController.hh.