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 37 of file driveInterface.cxx. References _changed_time, _down, _effect, and _effect_at_change. |
|
|
Definition at line 84 of file driveInterface.cxx. References _changed_time, _down, _effect, and _effect_at_change. Referenced by DriveInterface::reset(). |
|
||||||||||||
|
Definition at line 45 of file driveInterface.cxx. References _changed_time, _effect, _effect_at_change, ClockObject::get_frame_time(), and ClockObject::get_global_clock(). Referenced by DriveInterface::apply(). |
|
|
Definition at line 92 of file driveInterface.cxx. References _changed_time, and _down. |
|
|
Definition at line 75 of file driveInterface.cxx. References _changed_time, _down, _effect, _effect_at_change, ClockObject::get_frame_time(), and ClockObject::get_global_clock(). Referenced by DriveInterface::do_transmit_data(). |
|
|
Definition at line 154 of file driveInterface.h. Referenced by clear(), get_effect(), KeyHeld(), operator<(), and set_key(). |
|
|
Definition at line 153 of file driveInterface.h. Referenced by clear(), KeyHeld(), operator<(), and set_key(). |
|
|
Definition at line 152 of file driveInterface.h. Referenced by DriveInterface::apply(), clear(), get_effect(), KeyHeld(), and set_key(). |
|
|
Definition at line 155 of file driveInterface.h. Referenced by clear(), get_effect(), KeyHeld(), and set_key(). |
1.3