Public Member Functions | |
KeyHeld () | |
float | get_effect (float ramp_up_time, float ramp_down_time) |
void | set_key (bool down) |
void | clear () |
bool | operator< (const KeyHeld &other) const |
Public Attributes | |
float | _effect |
bool | _down |
double | _changed_time |
float | _effect_at_change |
|
Definition at line 40 of file driveInterface.cxx. |
|
Definition at line 87 of file driveInterface.cxx. References _effect, and _effect_at_change. Referenced by DriveInterface::~DriveInterface(). |
|
Definition at line 48 of file driveInterface.cxx. References _effect, and _effect_at_change. |
|
Definition at line 95 of file driveInterface.cxx. References _down. |
|
Definition at line 78 of file driveInterface.cxx. References _changed_time, _effect, and _effect_at_change. |
|
Definition at line 163 of file driveInterface.h. Referenced by set_key(). |
|
Definition at line 162 of file driveInterface.h. Referenced by operator<(). |
|
Definition at line 161 of file driveInterface.h. Referenced by clear(), get_effect(), and set_key(). |
|
Definition at line 164 of file driveInterface.h. Referenced by clear(), get_effect(), and set_key(). |