![]() |
OpenSourceSimWheelESP32
Open-source wireless steering wheel/button box for ESP32 boards
|
Everything related to the user interface, if available. More...
Functions | |
| void | add (AbstractUserInterface *instance) |
| Add a user interface instance. | |
| template<typename UIClass , typename... _Args> | |
| void | add (_Args... __args) |
| Add an user interface class. | |
| void | addPixelControlNotifications () |
| Add UI notifications using pixel control. | |
Everything related to the user interface, if available.
|
inline |
Add an user interface class.
| UIClass | Class implementing AbstractUserInterface |
| _Args | Constructor parameter types |
| __args | Constructor parameters |
Definition at line 795 of file SimWheel.hpp.
| void ui::add | ( | AbstractUserInterface * | instance | ) |
Add a user interface instance.
| instance | Pointer to a singleton instance of the class implementing the user interface. Must be global (created with new). Do not delete. |
|
inline |
Add UI notifications using pixel control.
Definition at line 808 of file SimWheel.hpp.