3#include "game/system/KPadController.hh"
18 void startGhostProxies();
19 void endGhostProxies();
21 [[nodiscard]]
const KPadPlayer &playerInput()
const {
26 return m_hostController;
29 void setGhostPad(
const u8 *inputs,
bool driftIsAuto);
30 void setHostPad(
bool driftIsAuto);
33 static void DestroyInstance();
An interface for ensuring certain structures and classes are destroyed with the heap.
The highest level abstraction for controller processing.
The abstraction of a controller object but for ghost playback.
The abstraction of a controller object but for external usage.
A specialized KPad for player input, as opposed to CPU players for example.
High-level handling for generic system operations, such as input reading, race configuration,...