Skip to content

fplWindowEvent Struct Reference

Finalspace edited this page May 29, 2026 · 1 revision

A structure containing window event data (Size, Position, etc.). More...

#include <final_platform_layer.h>

Data Fields

Type Name
union {
fplWindowDropFiles dropFiles
Drop files. More...
fplWindowPosition position
Window position. More...
fplWindowSize size
Window size. More...
};
fplWindowEventType type
Window event type.

Detailed Description

A structure containing window event data (Size, Position, etc.).

Definition at line 9741 of file final_platform_layer.h.

Field Documentation

dropFiles

fplWindowDropFiles fplWindowEvent::dropFiles

Drop files.

Definition at line 9750 of file final_platform_layer.h.

position

fplWindowPosition fplWindowEvent::position

Window position.

Definition at line 9748 of file final_platform_layer.h.

size

fplWindowSize fplWindowEvent::size

Window size.

Definition at line 9746 of file final_platform_layer.h.

type

fplWindowEventType fplWindowEvent::type

Window event type.

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