Go to the source code of this file.
|
class | UserConfirmationInterface |
| Interface class to abstract user confirmation actions from physical implementations All physical user confirmation classes must extend this This allows the use of the button on a rotary encoder, other buttons, touch screens, and other user interface methods that can trigger single click, double click, or long press type actions. More...
|
|
◆ UserConfirmationAction
User confirmation action data types available.
Enumerator |
---|
None | |
SingleClick | |
DoubleClick | |
LongPress | |