Gamedev Framework (gf)  0.1.0
A C++11 framework for 2D games
Public Attributes | List of all members
gf::WindowHints Struct Reference

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...
 

Detailed Description

Hints for window creation.

Member Data Documentation

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?