![]() |
OpenSourceSimWheelESP32
Open-source wireless steering wheel/button box for ESP32 boards
|
Decoupling event. More...
#include <InternalTypes.hpp>
Public Attributes | |
| uint64_t | rawInputBitmap |
| Input bitmap. | |
| uint64_t | rawInputChanges |
| Bitmap of changes from the previous event. | |
| uint8_t | leftAxisValue |
| Position of the left axis. | |
| uint8_t | rightAxisValue |
| Position of the right axis. | |
Decoupling event.
Definition at line 384 of file InternalTypes.hpp.
| uint8_t DecouplingEvent::leftAxisValue |
Position of the left axis.
Definition at line 391 of file InternalTypes.hpp.
| uint64_t DecouplingEvent::rawInputBitmap |
Input bitmap.
Definition at line 387 of file InternalTypes.hpp.
| uint64_t DecouplingEvent::rawInputChanges |
Bitmap of changes from the previous event.
Definition at line 389 of file InternalTypes.hpp.
| uint8_t DecouplingEvent::rightAxisValue |
Position of the right axis.
Definition at line 393 of file InternalTypes.hpp.