Fireset
Loading...
Searching...
No Matches
FsWindow Struct Reference

Window object. More...

#include <window.h>

Public Attributes

GLFWwindow * handle
int width
int height
char * name

Detailed Description

Window object.

Represents a window and its associated backend handle.

Member Data Documentation

◆ handle

GLFWwindow* FsWindow::handle

Backend window handle.

◆ height

int FsWindow::height

Height of the window in pixels.

◆ name

char* FsWindow::name

Window title.

◆ width

int FsWindow::width

Width of the window in pixels.


The documentation for this struct was generated from the following file: