Skip to content

fplWindowPosition Struct Reference

Finalspace edited this page May 29, 2026 · 1 revision

Stores the position of a window. More...

#include <final_platform_layer.h>

Data Fields

Type Name
int32_t left
Left position in screen coordinates.
int32_t top
Top position in screen coordinates.

Detailed Description

Stores the position of a window.

Definition at line 6566 of file final_platform_layer.h.

Field Documentation

left

int32_t fplWindowPosition::left

Left position in screen coordinates.

Definition at line 6568 of file final_platform_layer.h.

top

int32_t fplWindowPosition::top

Top position in screen coordinates.

Definition at line 6570 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