|
Fireset
|
Window object. More...
#include <window.h>
Public Attributes | |
| GLFWwindow * | handle |
| int | width |
| int | height |
| char * | name |
Window object.
Represents a window and its associated backend handle.
| GLFWwindow* FsWindow::handle |
Backend window handle.
| int FsWindow::height |
Height of the window in pixels.
| char* FsWindow::name |
Window title.
| int FsWindow::width |
Width of the window in pixels.