WindowProps struct reference
Contains variables describing the window state.
Variables documentation
bool bState = false;It describes if the window is closed (false) or open (true).
bool bIconify = false;It describes whether the window is minimized (false) or not (true).
bool bFocus = true;Describes whether the window has focus or not.
bool bEnter = false;Determines whether the mouse cursor is inside a window or a sub-window.
std::string m_WindowTitle;Stores the name of the window.