OpenSourceSimWheelESP32
Open-source wireless steering wheel/button box for ESP32 boards
Loading...
Searching...
No Matches
DecouplingEvent Struct Reference

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.
 

Detailed Description

Decoupling event.

Definition at line 350 of file InternalTypes.hpp.

Member Data Documentation

◆ leftAxisValue

uint8_t DecouplingEvent::leftAxisValue {CLUTCH_NONE_VALUE}

Position of the left axis.

Definition at line 355 of file InternalTypes.hpp.

◆ rawInputBitmap

uint128_t DecouplingEvent::rawInputBitmap {}

Input bitmap.

Definition at line 353 of file InternalTypes.hpp.

◆ rightAxisValue

uint8_t DecouplingEvent::rightAxisValue {CLUTCH_NONE_VALUE}

Position of the right axis.

Definition at line 357 of file InternalTypes.hpp.


The documentation for this struct was generated from the following file: