Just™ Game Engine
Public Attributes | List of all members
jng::Window::WindowData Struct Reference

#include <window.hpp>

Public Attributes

std::string title
 
u32 width {}
 
u32 height {}
 
bool isMinimized = false
 
EventCallbackFunc eventCallback
 

Member Data Documentation

◆ eventCallback

EventCallbackFunc jng::Window::WindowData::eventCallback

◆ height

u32 jng::Window::WindowData::height {}

◆ isMinimized

bool jng::Window::WindowData::isMinimized = false

◆ title

std::string jng::Window::WindowData::title

◆ width

u32 jng::Window::WindowData::width {}

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