![]() |
Max OS 0.3
|
Event that is triggered when a button is released. More...
#include <button.h>
Public Member Functions | |
| ButtonReleasedEvent (Button *) | |
| Construct a new Button Released Event object. | |
Public Member Functions inherited from MaxOS::common::Event< ButtonEvents > | |
| Event (ButtonEvents type) | |
| Constructs a new Event object. | |
Public Attributes | ||
| Button * | source | |
| The button that triggered the event. | ||
Public Attributes inherited from MaxOS::common::Event< ButtonEvents > | ||
| ButtonEvents | type | |
| uint8_t * | buffer_value | |
| uint32_t | int_value | |
| bool | bool_value | |
| union { | ||
| uint8_t * buffer_value | ||
| uint32_t int_value | ||
| bool bool_value | ||
| } | return_value | |
|
explicit |
Construct a new Button Released Event object.
| source | The button that triggered the event |
Definition at line 196 of file button.cpp.
| Button* MaxOS::gui::widgets::ButtonReleasedEvent::source |