Definition of the on-released callback function. More...
Go to the source code of this file.
Functions | |
void | onReleased (Button *btn) |
Callback function for button released. More... | |
void | onIdle (Button *btn) |
Callback function for button idle. More... | |
Variables | |
Button * | releasedBtn |
Button just released. More... | |
Definition of the on-released callback function.
This function performs some assertions on the state of the button list and the individual button pressed when a button is released.
Definition in file Released.cpp.
void onIdle | ( | Button * | btn | ) |
Callback function for button idle.
btn | The button generaing the event. |
Definition at line 36 of file Released.cpp.
void onReleased | ( | Button * | btn | ) |
Callback function for button released.
btn | The button generaing the event. |
Definition at line 18 of file Released.cpp.
Button* releasedBtn |