#include <Engine.h>
|
| | Engine () |
| |
| | Engine (float minRange, float idleIndex, float maxRange, InputEnum::DATA_DEFINE_ID_INPUT event) |
| |
| | Engine (float minRange, float idleIndex, float maxRange, InputTypeEnum type, InputEnum::DATA_DEFINE_ID_INPUT event) |
| |
| float | getIdleIndex () const |
| |
| int | getMappedValue () const |
| |
| void | setMappedValue (int mappedValueToSet) |
| |
| int | getOldMappedValue () const |
| |
| void | setOldMappedValue (int oldMappedValue) |
| |
| | Axis () |
| |
| | Axis (InputEnum::DATA_DEFINE_ID_INPUT event) |
| |
| | Axis (float min, float max, InputEnum::DATA_DEFINE_ID_INPUT event) |
| |
| | Axis (float min, float max, InputTypeEnum type, InputEnum::DATA_DEFINE_ID_INPUT event) |
| |
| int | getCurrentValue () const |
| |
| void | setCurrentValue (int currentValue) |
| |
| int | getOldValue () const |
| |
| void | setOldValue (int oldValue) |
| |
| float | getMin () const |
| |
| void | setMin (float min) |
| |
| void | setMax (float max) |
| |
| void | setEvent (InputEnum::DATA_DEFINE_ID_INPUT) |
| |
| float | getMax () const |
| |
| InputTypeEnum | getType () const |
| |
| InputEnum::DATA_DEFINE_ID_INPUT | getEvent () const |
| |
◆ Engine() [1/3]
◆ Engine() [2/3]
◆ Engine() [3/3]
◆ getIdleIndex()
| float Engine::getIdleIndex |
( |
| ) |
const |
|
inline |
◆ engNmbr
◆ idleIndex
The documentation for this class was generated from the following files: