Final Platform Layer 0.9.8-beta
Loading...
Searching...
No Matches
Data Fields
fplWindowCallbacks Struct Reference

A structure containing the window callbacks. More...

#include <final_platform_layer.h>

Data Fields

fpl_window_event_callbackeventCallback
 Expose callback.
 
void * eventUserData
 User data pointer for the event callback.
 
fpl_window_exposed_callbackexposedCallback
 Expose callback.
 
void * exposedUserData
 User data pointer for the expose callback.
 

Detailed Description

A structure containing the window callbacks.

Definition at line 3918 of file final_platform_layer.h.

Field Documentation

◆ eventCallback

fpl_window_event_callback* fplWindowCallbacks::eventCallback

Expose callback.

Definition at line 3924 of file final_platform_layer.h.

◆ eventUserData

void* fplWindowCallbacks::eventUserData

User data pointer for the event callback.

Definition at line 3926 of file final_platform_layer.h.

◆ exposedCallback

fpl_window_exposed_callback* fplWindowCallbacks::exposedCallback

Expose callback.

Definition at line 3920 of file final_platform_layer.h.

◆ exposedUserData

void* fplWindowCallbacks::exposedUserData

User data pointer for the expose callback.

Definition at line 3922 of file final_platform_layer.h.


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