Skip to content

fplKeyboardEvent Struct Reference

Finalspace edited this page May 29, 2026 · 1 revision

A structure containing keyboard event data (Type, Keycode, Mapped key, etc.). More...

#include <final_platform_layer.h>

Data Fields

Type Name
fplButtonState buttonState
Button state.
uint64_t keyCode
Raw ASCII key code or 32-bit Unicode for text input.
fplKey mappedKey
Mapped key.
fplKeyboardModifierFlags modifiers
Keyboard modifiers.
fplKeyboardEventType type
Keyboard event type.

Detailed Description

A structure containing keyboard event data (Type, Keycode, Mapped key, etc.).

Definition at line 9771 of file final_platform_layer.h.

Field Documentation

buttonState

fplButtonState fplKeyboardEvent::buttonState

Button state.

Definition at line 9779 of file final_platform_layer.h.

keyCode

uint64_t fplKeyboardEvent::keyCode

Raw ASCII key code or 32-bit Unicode for text input.

Definition at line 9773 of file final_platform_layer.h.

mappedKey

fplKey fplKeyboardEvent::mappedKey

Mapped key.

Definition at line 9781 of file final_platform_layer.h.

modifiers

fplKeyboardModifierFlags fplKeyboardEvent::modifiers

Keyboard modifiers.

Definition at line 9777 of file final_platform_layer.h.

type

fplKeyboardEventType fplKeyboardEvent::type

Keyboard event type.

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