Struct AIAC::WindowProps¶
ClassList > AIAC > WindowProps
Public Attributes¶
Type | Name |
---|---|
uint32_t | Height |
bool | IsResizable |
const char * | Title |
bool | VSync |
uint32_t | Width |
Public Functions¶
Type | Name |
---|---|
WindowProps (const char * title="augmented_carpentry", uint32_t width=800, uint32_t height=480, bool vSync=true, bool isResizable=false) |
Public Attributes Documentation¶
variable Height¶
variable IsResizable¶
variable Title¶
variable VSync¶
variable Width¶
Public Functions Documentation¶
function WindowProps¶
inline AIAC::WindowProps::WindowProps (
const char * title="augmented_carpentry",
uint32_t width=800,
uint32_t height=480,
bool vSync=true,
bool isResizable=false
)
The documentation for this class was generated from the following file src/AIAC/Window.h