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

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

#include <final_platform_layer.h>

Data Fields

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 6187 of file final_platform_layer.h.

Field Documentation

◆ gamepad

fplGamepadEvent fplEvent::gamepad

Gamepad event data.

Definition at line 6198 of file final_platform_layer.h.

◆ keyboard

fplKeyboardEvent fplEvent::keyboard

Keyboard event data.

Definition at line 6194 of file final_platform_layer.h.

◆ mouse

fplMouseEvent fplEvent::mouse

Mouse event data.

Definition at line 6196 of file final_platform_layer.h.

◆ type

fplEventType fplEvent::type

Event type.

Definition at line 6189 of file final_platform_layer.h.

◆ window

fplWindowEvent fplEvent::window

Window event data.

Definition at line 6192 of file final_platform_layer.h.


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