OpenSourceSimWheelESP32
Open-source wireless steering wheel/button box for ESP32 boards
Loading...
Searching...
No Matches
inputHub::route_to_ui Namespace Reference

Support for routing of input events to the firmware itself. More...

Functions

void add (InputNumber inputNumber)
 Declare inputs that will be routed to the UI frameservers.
 

Detailed Description

Support for routing of input events to the firmware itself.

Warning
Routed input numbers can not be assigned to other functions

Function Documentation

◆ add()

void inputHub::route_to_ui::add ( InputNumber inputNumber)

Declare inputs that will be routed to the UI frameservers.

Note
Routed input events will never be reported to the host computer
Routing happens on the input release event
Parameters
inputNumberAn input number to be routed to UI frameservers. Must be assigned to the input hardware.