Final Platform Layer 0.9.8-beta
|
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. | ||
A structure containing event data for all event types (Window, Keyboard, Mouse, etc.)
Definition at line 6187 of file final_platform_layer.h.
fplGamepadEvent fplEvent::gamepad |
Gamepad event data.
Definition at line 6198 of file final_platform_layer.h.
fplKeyboardEvent fplEvent::keyboard |
Keyboard event data.
Definition at line 6194 of file final_platform_layer.h.
fplMouseEvent fplEvent::mouse |
Mouse event data.
Definition at line 6196 of file final_platform_layer.h.
fplEventType fplEvent::type |
Event type.
Definition at line 6189 of file final_platform_layer.h.
fplWindowEvent fplEvent::window |
Window event data.
Definition at line 6192 of file final_platform_layer.h.