![]() |
Gamedev Framework (gf)
0.2.0
A C++11 framework for 2D games
|
Hints for window creation. More...
#include <gf/Window.h>
Public Attributes | |
bool | resizable = true |
Is the window resizable? More... | |
bool | visible = true |
Is the window visible? More... | |
bool | decorated = true |
Is the window decorated? More... | |
Hints for window creation.
bool gf::WindowHints::decorated = true |
Is the window decorated?
bool gf::WindowHints::resizable = true |
Is the window resizable?
bool gf::WindowHints::visible = true |
Is the window visible?