Elevate Engine 1
Loading...
Searching...
No Matches
Elevate::WindowData Struct Reference

#include <Window.h>

Public Attributes

std::string Title
 
unsigned int Width
 
unsigned int Height
 
bool Focused
 
bool VSync
 
EventCallbackFn EventCallback
 

Detailed Description

Definition at line 11 of file Window.h.

Member Data Documentation

◆ EventCallback

EventCallbackFn Elevate::WindowData::EventCallback

Definition at line 18 of file Window.h.

◆ Focused

bool Elevate::WindowData::Focused

Definition at line 15 of file Window.h.

◆ Height

unsigned int Elevate::WindowData::Height

Definition at line 14 of file Window.h.

◆ Title

std::string Elevate::WindowData::Title

Definition at line 13 of file Window.h.

◆ VSync

bool Elevate::WindowData::VSync

Definition at line 16 of file Window.h.

◆ Width

unsigned int Elevate::WindowData::Width

Definition at line 14 of file Window.h.


The documentation for this struct was generated from the following file: