Skip to content

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

uint32_t AIAC::WindowProps::Height;

variable IsResizable

bool AIAC::WindowProps::IsResizable;

variable Title

const char* AIAC::WindowProps::Title;

variable VSync

bool AIAC::WindowProps::VSync;

variable Width

uint32_t AIAC::WindowProps::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