Skip to content

fplEvent Struct Reference

Finalspace edited this page May 29, 2026 · 1 revision

A structure containing event data for all event types (Window, Keyboard, Mouse, etc.). More...

#include <final_platform_layer.h>

Data Fields

Type Name
union {
fplGamepadEvent gamepad
Gamepad event data. More...
fplKeyboardEvent keyboard
Keyboard event data. More...
fplMouseEvent mouse
Mouse event data. More...
fplWindowEvent window
Window event data. More...
};
fplEventType type
Event type.

Detailed Description

A structure containing event data for all event types (Window, Keyboard, Mouse, etc.).

Definition at line 9839 of file final_platform_layer.h.

Field Documentation

gamepad

fplGamepadEvent fplEvent::gamepad

Gamepad event data.

Definition at line 9850 of file final_platform_layer.h.

keyboard

fplKeyboardEvent fplEvent::keyboard

Keyboard event data.

Definition at line 9846 of file final_platform_layer.h.

mouse

fplMouseEvent fplEvent::mouse

Mouse event data.

Definition at line 9848 of file final_platform_layer.h.

type

fplEventType fplEvent::type

Event type.

Definition at line 9841 of file final_platform_layer.h.

window

fplWindowEvent fplEvent::window

Window event data.

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