#include <Axis.h>
◆ Axis() [1/4]
◆ Axis() [2/4]
◆ Axis() [3/4]
◆ Axis() [4/4]
◆ getCurrentValue()
| int Axis::getCurrentValue |
( |
| ) |
const |
◆ getEvent()
◆ getMappedValue()
| int Axis::getMappedValue |
( |
| ) |
const |
◆ getMax()
| float Axis::getMax |
( |
| ) |
const |
◆ getMin()
| float Axis::getMin |
( |
| ) |
const |
◆ getOldMappedValue()
| int Axis::getOldMappedValue |
( |
| ) |
const |
◆ getOldValue()
| int Axis::getOldValue |
( |
| ) |
const |
◆ getType()
◆ setCurrentValue()
| void Axis::setCurrentValue |
( |
int |
currentValue | ) |
|
◆ setEvent()
◆ setMappedValue()
| void Axis::setMappedValue |
( |
int |
mappedValueToSet | ) |
|
◆ setMax()
| void Axis::setMax |
( |
float |
max | ) |
|
◆ setMin()
| void Axis::setMin |
( |
float |
min | ) |
|
◆ setOldMappedValue()
| void Axis::setOldMappedValue |
( |
int |
oldMappedValue | ) |
|
◆ setOldValue()
| void Axis::setOldValue |
( |
int |
oldValue | ) |
|
◆ currentValue
| int Axis::currentValue = 0 |
|
private |
◆ event
◆ mappedValue
| int Axis::mappedValue = 0 |
|
private |
◆ max
◆ min
◆ oldMappedValue
| int Axis::oldMappedValue = 0 |
|
private |
◆ oldValue
◆ type
The documentation for this class was generated from the following files: