Skip to content

fplWindowSize Struct Reference

Finalspace edited this page May 29, 2026 · 1 revision

Stores the size of a window. More...

#include <final_platform_layer.h>

Data Fields

Type Name
uint32_t height
Height in screen coordinates.
uint32_t width
Width in screen coordinates.

Detailed Description

Stores the size of a window.

Definition at line 6555 of file final_platform_layer.h.

Field Documentation

height

uint32_t fplWindowSize::height

Height in screen coordinates.

Definition at line 6559 of file final_platform_layer.h.

width

uint32_t fplWindowSize::width

Width in screen coordinates.

Definition at line 6557 of file final_platform_layer.h.


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

Final Platform Layer

Pages

Topics

Data Structures

Clone this wiki locally