#include "config_framework.h"
#include "dconfig.h"
#include "windowFramework.h"
Go to the source code of this file.
Functions | |
Configure (config_framework) | |
NotifyCategoryDef (framework,"") | |
ConfigureFn (config_framework) | |
Variables | |
const int | win_width = config_framework.GetInt("win-width", 640) |
const int | win_height = config_framework.GetInt("win-height", 480) |
const bool | fullscreen = config_framework.GetBool("fullscreen", false) |
const bool | undecorated = config_framework.GetBool("undecorated", false) |
const bool | cursor_hidden = config_framework.GetBool("cursor-hidden", false) |
const float | aspect_ratio = config_framework.GetFloat("aspect-ratio", 0.0f) |
const float | win_background_r = config_framework.GetFloat("win-background-r", 0.41) |
const float | win_background_g = config_framework.GetFloat("win-background-g", 0.41) |
const float | win_background_b = config_framework.GetFloat("win-background-b", 0.41) |
Definition in file config_framework.cxx.
|
|
|
Definition at line 30 of file config_framework.cxx. References fullscreen, win_height, and win_width. |
|
|
|
Definition at line 39 of file config_framework.cxx. |
|
Definition at line 38 of file config_framework.cxx. |
|
Definition at line 36 of file config_framework.cxx. Referenced by ConfigureFn(). |
|
Definition at line 37 of file config_framework.cxx. |
|
Definition at line 44 of file config_framework.cxx. |
|
Definition at line 43 of file config_framework.cxx. |
|
Definition at line 42 of file config_framework.cxx. |
|
Definition at line 35 of file config_framework.cxx. Referenced by ConfigureFn(). |
|
Definition at line 34 of file config_framework.cxx. Referenced by ConfigureFn(). |