Definitions for handling callback functions. More...
#include "Button.h"Go to the source code of this file.
Classes | |
| class | able::CallbackButton< Button > |
| Callback button template to call a function if the button is pressed. More... | |
| class | able::CallbackClickerButton< Button > |
| Callback clicker button template to call a function if the button is pressed. More... | |
Definitions for handling callback functions.
When a button is pressed or released, a callback function can called.
Definition in file CallbackButton.h.