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

#include <KPadController.hh>

Description

A specialized stream for button presses (not tricks).

Reads in the status for acceleration, braking, item usage, and drifting. The button tuples take the following form:

Bitmask Description
0x01 Accelerating
0x02 Braking/Drifting
0x04 Item usage
0x08 Set if braking/drifting pressed after pressing accelerating
Warning
When bitmask 0x08 is set, the game will register a hop regardless of whether or not the acceleration button is pressed. This can lead to "successful" synchronization of ghosts which could not have been created legitimately in the first place.

Definition at line 137 of file KPadController.hh.

Inheritance diagram for System::KPadGhostFaceButtonsStream:

Additional Inherited Members

- Public Member Functions inherited from System::KPadGhostButtonsStream
virtual u8 readFrame ()
 Reads the data from the corresponding tuple in the buffer.
 
virtual bool readIsNewSequence () const
 
virtual u8 readVal () const
 
- Public Attributes inherited from System::KPadGhostButtonsStream
EGG::RamStream buffer
 
u32 currentSequence
 
u16 readSequenceFrames
 
u32 state