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

Description

Definition at line 311 of file KPadController.hh.

Inheritance diagram for System::KPad:

Public Member Functions

void calc ()
 
void reset ()
 
const RaceInputStatecurrentState () const
 
const RaceInputStatelastState () const
 
bool driftIsAuto () const
 

Protected Attributes

KPadControllerm_controller
 
RaceInputState m_currentInputState
 
RaceInputState m_lastInputState
 Used to determine changes in input state.
 

Constructor & Destructor Documentation

◆ KPad()

System::KPad::KPad ( )
0x80520F64

Definition at line 229 of file KPadController.cc.

Member Function Documentation

◆ calc()

void System::KPad::calc ( )
0x80521198

Definition at line 237 of file KPadController.cc.

◆ currentState()

const RaceInputState & System::KPad::currentState ( ) const
inlinenodiscard

Definition at line 319 of file KPadController.hh.

◆ driftIsAuto()

bool System::KPad::driftIsAuto ( ) const
inlinenodiscard

Definition at line 327 of file KPadController.hh.

◆ lastState()

const RaceInputState & System::KPad::lastState ( ) const
inlinenodiscard

Definition at line 323 of file KPadController.hh.

◆ reset()

void System::KPad::reset ( )
0x80521110

Definition at line 243 of file KPadController.cc.

Member Data Documentation

◆ m_controller

KPadController* System::KPad::m_controller
protected

Definition at line 332 of file KPadController.hh.

◆ m_currentInputState

RaceInputState System::KPad::m_currentInputState
protected

Definition at line 333 of file KPadController.hh.

◆ m_lastInputState

RaceInputState System::KPad::m_lastInputState
protected

Used to determine changes in input state.

Definition at line 334 of file KPadController.hh.