|
HikoGUI
A low latency retained GUI
|
Public Member Functions | |
| virtual void | init (gui_system &self) noexcept |
| virtual void | deinit (gui_system &self) noexcept |
| virtual std::optional< int > | last_window_closed (gui_system &self) |
| This function is called when the last window is closed. | |
|
inlinevirtual |
This function is called when the last window is closed.
| An | exit code if the gui-system's event-loop should exit; otherwise empty. |