|
Colobot
|
General config for graphics device. More...
#include <device.h>

Public Member Functions | |
| DeviceConfig () | |
| Constructor calls LoadDefault() | |
| void | LoadDefault () |
| Loads the default values. | |
Public Attributes | |
| Math::IntPoint | size |
| Screen size. | |
| int | bpp |
| Bits per pixel. | |
| bool | fullScreen |
| Full screen. | |
| bool | resizeable |
| Resizeable window. | |
| bool | doubleBuf |
| Double buffering. | |
| bool | noFrame |
| No window frame (also set with full screen) | |
General config for graphics device.
These settings are common window options set by SDL.
1.8.5