Skip to content

fplWindowCallbacks Struct Reference

Finalspace edited this page May 29, 2026 · 1 revision

Stores the window callbacks. More...

#include <final_platform_layer.h>

Data Fields

Type Name
fpl_window_event_callback * eventCallback
Event callback.
void * eventUserData
User data pointer for the event callback.
fpl_window_exposed_callback * exposedCallback
Expose callback.
void * exposedUserData
User data pointer for the expose callback.

Detailed Description

Stores the window callbacks.

Definition at line 6540 of file final_platform_layer.h.

Field Documentation

eventCallback

fpl_window_event_callback* fplWindowCallbacks::eventCallback

Event callback.

Definition at line 6546 of file final_platform_layer.h.

eventUserData

void* fplWindowCallbacks::eventUserData

User data pointer for the event callback.

Definition at line 6548 of file final_platform_layer.h.

exposedCallback

fpl_window_exposed_callback* fplWindowCallbacks::exposedCallback

Expose callback.

Definition at line 6542 of file final_platform_layer.h.

exposedUserData

void* fplWindowCallbacks::exposedUserData

User data pointer for the expose callback.

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