WHY_CPP  0.1
Public Member Functions | Public Attributes | List of all members
ApplicationConfig Struct Reference

Public Member Functions

 ApplicationConfig (const i32 width=256, const i32 height=144, std::string name="Application", const bool is_fullscreen=false, i32 window_size_multiplier=3, i32 ms_per_frame=16, bool vsync=true)
 
i32 GetWindowWidth () const
 
i32 GetWindowHeight () const
 

Public Attributes

const i32 width
 
const i32 height
 
const std::string name
 
const bool is_fullscreen
 
const i32 window_size_multiplier
 
const i32 ms_per_frame
 
const bool vsync
 

Detailed Description

Definition at line 12 of file application_config.h.


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