![]() |
OpenSourceSimWheelESP32
Open-source wireless steering wheel/button box for ESP32 boards
|
Decoupling event. More...
#include <InternalTypes.hpp>
Public Attributes | |
| uint128_t | rawInputBitmap {} |
| Input bitmap. | |
| uint8_t | leftAxisValue {CLUTCH_NONE_VALUE} |
| Position of the left axis. | |
| uint8_t | rightAxisValue {CLUTCH_NONE_VALUE} |
| Position of the right axis. | |
Decoupling event.
Definition at line 350 of file InternalTypes.hpp.
| uint8_t DecouplingEvent::leftAxisValue {CLUTCH_NONE_VALUE} |
Position of the left axis.
Definition at line 355 of file InternalTypes.hpp.
| uint128_t DecouplingEvent::rawInputBitmap {} |
Input bitmap.
Definition at line 353 of file InternalTypes.hpp.
| uint8_t DecouplingEvent::rightAxisValue {CLUTCH_NONE_VALUE} |
Position of the right axis.
Definition at line 357 of file InternalTypes.hpp.