hx3d  1
2D/3D Simple Game Framework
All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Pages
Public Member Functions | Public Attributes | List of all members
hx3d::window::ApplicationConfig Class Reference

Application configuration. More...

#include <application_config.hpp>

Public Member Functions

 ApplicationConfig ()
 Default application config. More...
 

Public Attributes

unsigned int fpsLimit
 FPS limit.
 
int width
 Application width.
 
int height
 Application height.
 
std::string title
 Application title.
 
bool fullscreen
 Is the application fullscreen ?
 

Detailed Description

Application configuration.

Definition at line 32 of file application_config.hpp.

Constructor & Destructor Documentation

hx3d::window::ApplicationConfig::ApplicationConfig ( )

Default application config.

Size: 1280 x 720 Fullscreen: Off Title: Game FPS Limit: 60

Definition at line 26 of file application_config.cpp.


The documentation for this class was generated from the following files: