![]() |
Gamedev Framework (gf)
0.19.0
A C++17 framework for 2D games
|
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... | |
Window and monitor.
|
strong |
1.8.13