hx3d
1
2D/3D Simple Game Framework
|
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 ? | |
Application configuration.
Definition at line 32 of file application_config.hpp.
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.