#include <Selectors/Selector.hpp>
A callback for the GenericSelector class that does nothing.
Definition at line 23 of file Selector.hpp.
Public Member Functions | |
void | begin () |
Initialize. More... | |
void | update () |
Refresh, called periodically. More... | |
void | update (setting_t oldSetting, setting_t newSetting) |
Called when the setting changes. More... | |
|
inline |
Initialize.
Definition at line 25 of file Selector.hpp.
|
inline |
Refresh, called periodically.
Definition at line 27 of file Selector.hpp.
Called when the setting changes.
Definition at line 29 of file Selector.hpp.