Gamedev Framework (gf)  0.19.0
A C++17 framework for 2D games
Classes | Enumerations
Window and monitor

Window and monitor. More...

Classes

class  gf::Clipboard
 An interface for getting and setting the contents of the system clipboard. More...
 
class  gf::Cursor
 A mouse cursor. More...
 
struct  gf::Library::Version
 Information about version. More...
 
class  gf::Library
 A class to represent the library. More...
 
struct  gf::VideoMode
 A video mode. More...
 
class  gf::Monitor
 A monitor. More...
 
class  gf::SharedGraphics
 A shared OpenGL context with the main thread. More...
 
class  gf::Window
 An OS window. More...
 

Enumerations

enum  gf::WindowHints : uint32_t {
  gf::WindowHints::Resizable = 0x0001,
  gf::WindowHints::Visible = 0x0002,
  gf::WindowHints::Decorated = 0x0004
}
 Hints for window creation. More...
 

Detailed Description

Window and monitor.

Enumeration Type Documentation

◆ WindowHints

enum gf::WindowHints : uint32_t
strong

Hints for window creation.

Enumerator
Resizable 

Is the window resizable?

Visible 

Is the window visible?

Decorated 

Is the window decorated?