![]() |
Max OS 0.3
|
Handles input box events. More...
#include <inputbox.h>
Public Member Functions | |
| common::Event< InputBoxEvents > * | on_event (common::Event< InputBoxEvents > *event) override |
| Delegates an event to the event handler for that event type. | |
| virtual void | on_input_box_text_changed (const string &text) |
| Event triggered when the text in the input box is changed. | |
Public Member Functions inherited from MaxOS::common::EventHandler< InputBoxEvents > | |
| virtual Event< InputBoxEvents > * | on_event (Event< InputBoxEvents > *event) |
| This function is called when an event is raised. | |
Handles input box events.
Definition at line 44 of file inputbox.h.
|
override |
Delegates an event to the event handler for that event type.
| event | The event triggered |
Definition at line 28 of file inputbox.cpp.
References on_input_box_text_changed().
Event triggered when the text in the input box is changed.
| text | The new text in the input box |
Definition at line 44 of file inputbox.cpp.
Referenced by on_event().