#include <Control.h>
Public Member Functions | |
| AxisControl () | |
| AxisControl (ControlState::EAxisId axisId, float accel, float sensitivity, float deadzone) | |
Public Attributes | |
| ControlState::EAxisId | axisId |
| float | accel |
| Acceleration (Power). >1 : Acceleration / =1 : Normal / <1 : Slowing. | |
| float | sensitivity |
| Sensitivity (Multiplication). | |
| float | deadzone |
| Minumum X amplitude of movement (absolute measure, in pixels). | |
..) with its parameters (sensitivity, acceleration...), used for bindigs beetwen axis and controls.
Definition at line 377 of file Control.h.
| AxisControl::AxisControl | ( | ControlState::EAxisId | axisId, | |
| float | accel, | |||
| float | sensitivity, | |||
| float | deadzone | |||
| ) | [inline] |
| float AxisControl::accel |
Acceleration (Power). >1 : Acceleration / =1 : Normal / <1 : Slowing.
Definition at line 385 of file Control.h.
Referenced by ControlMapper::computeMouseMovement(), and loadBindings().
| float AxisControl::deadzone |
Minumum X amplitude of movement (absolute measure, in pixels).
Definition at line 387 of file Control.h.
Referenced by ControlMapper::computeMouseMovement(), and loadBindings().
| float AxisControl::sensitivity |
Sensitivity (Multiplication).
Definition at line 386 of file Control.h.
Referenced by ControlMapper::computeMouseMovement(), and loadBindings().
1.5.9