Window file reference


Types

    Name Description Type
    WindowTypeDefines 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
    WindowFlagsFlags 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
    WindowPropsContains variables describing the window state.struct
    WindowThe main Ange widget. "Window" instance can create a GLFW physical window or sub-window. Requires initialization using the Init() method.class