#include <KPadController.hh>
An abstraction for a controller object. It is associated with an input state.
Definition at line 177 of file KPadController.hh.
Public Member Functions | |
virtual ControlSource | controlSource () const |
virtual void | reset (bool) |
virtual void | calcImpl () |
void | calc () |
const RaceInputState & | raceInputState () const |
void | setDriftIsAuto (bool driftIsAuto) |
bool | driftIsAuto () const |
Protected Attributes | |
RaceInputState | m_raceInputState |
The current inputs from this controller. | |
bool | m_connected |
Whether the controller is active. | |
bool | m_driftIsAuto |
True for auto transmission, false for manual. | |
|
0x8051EBA8 |
Definition at line 8 of file KPadController.cc.
|
inlinevirtual |
Definition at line 180 of file KPadController.hh.
|
0x8051ED14 |
Definition at line 11 of file KPadController.cc.
|
inlinevirtual |
Definition at line 188 of file KPadController.hh.
|
inlinenodiscardvirtual0x8051CE7C |
Definition at line 183 of file KPadController.hh.
|
inlinenodiscard |
Definition at line 201 of file KPadController.hh.
|
inlinenodiscard |
Definition at line 192 of file KPadController.hh.
|
inlinevirtual |
Definition at line 187 of file KPadController.hh.
|
inline0x8051F37C |
Definition at line 197 of file KPadController.hh.
|
protected |
Whether the controller is active.
Definition at line 207 of file KPadController.hh.
|
protected |
True for auto transmission, false for manual.
Definition at line 208 of file KPadController.hh.
|
protected |
The current inputs from this controller.
Definition at line 206 of file KPadController.hh.