![]() |
Max OS 0.3
|
Defines a Button widget for the GUI, including event handling for button presses and releases. More...
Go to the source code of this file.
Classes | |
| class | MaxOS::gui::widgets::ButtonPressedEvent |
| Event that is triggered when a button is pressed. More... | |
| class | MaxOS::gui::widgets::ButtonReleasedEvent |
| Event that is triggered when a button is released. More... | |
| class | MaxOS::gui::widgets::ButtonEventHandler |
| Handles button events. More... | |
| class | MaxOS::gui::widgets::Button |
| A button widget, can be clicked. More... | |
Enumerations | |
| enum class | MaxOS::gui::widgets::ButtonEvents { PRESSED , RELEASED } |
| The events that a button can trigger. More... | |
Defines a Button widget for the GUI, including event handling for button presses and releases.
Definition in file button.h.
|
strong |