WindowType | Defines the window type for the "Window" widget. The window of the type "Parent" is a physical window created
with the help of GLFW, while the "Child" type is a virtual subwindow inside the physical window. | enum |
|
WindowFlags | Flags for the window widget. The "ChildAutoOperate" flag automatically performs the Operate () function on the
sub-windows. "AutoInvokeRender" automatically executes the Render () function on the widgets attached to the window.
And, "FifoDrawable" forces rendering widgets in the FIFO order. | enum |
|
WindowProps | Contains variables describing the window state. | struct |
|
Window | The main Ange widget. "Window" instance can create a GLFW physical window or sub-window. Requires initialization
using the Init() method. | class |