#include <KPadController.hh>
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 |
Definition at line 137 of file KPadController.hh.
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 |