HikoGUI
A low latency retained GUI
Loading...
Searching...
No Matches
Public Member Functions
v1::gui_system_delegate Class Reference

Public Member Functions

virtual void init (gui_system &self) noexcept
 
virtual void deinit (gui_system &self) noexcept
 
virtual std::optional< intlast_window_closed (gui_system &sender)
 This function is called when the last window is closed.
 

Member Function Documentation

◆ last_window_closed()

virtual std::optional< int > v1::gui_system_delegate::last_window_closed ( gui_system & sender)
inlinevirtual

This function is called when the last window is closed.

Parameters
senderThe gui system object that called this function.
Returns
An exit code if the gui-system's event-loop should exit; otherwise empty.

The documentation for this class was generated from the following file: