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

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.
 

Detailed Description

Decoupling event.

Definition at line 384 of file InternalTypes.hpp.

Member Data Documentation

◆ leftAxisValue

uint8_t DecouplingEvent::leftAxisValue

Position of the left axis.

Definition at line 391 of file InternalTypes.hpp.

◆ rawInputBitmap

uint64_t DecouplingEvent::rawInputBitmap

Input bitmap.

Definition at line 387 of file InternalTypes.hpp.

◆ rawInputChanges

uint64_t DecouplingEvent::rawInputChanges

Bitmap of changes from the previous event.

Definition at line 389 of file InternalTypes.hpp.

◆ rightAxisValue

uint8_t DecouplingEvent::rightAxisValue

Position of the right axis.

Definition at line 393 of file InternalTypes.hpp.


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