Skip to content

fplKeyboardState Struct Reference

Finalspace edited this page May 29, 2026 · 1 revision

A struct containing the full keyboard state. More...

#include <final_platform_layer.h>

Data Fields

Type Name
fplButtonState buttonStatesMapped [FPL_MAX_KEYBOARD_STATE_COUNT]
Mapped button states.
fpl_b32 keyStatesRaw [FPL_MAX_KEYBOARD_STATE_COUNT]
Key states.
fplKeyboardModifierFlags modifiers
Modifier flags.

Detailed Description

A struct containing the full keyboard state.

Definition at line 9100 of file final_platform_layer.h.

Field Documentation

buttonStatesMapped

fplButtonState fplKeyboardState::buttonStatesMapped[FPL_MAX_KEYBOARD_STATE_COUNT]

Mapped button states.

Definition at line 9106 of file final_platform_layer.h.

keyStatesRaw

fpl_b32 fplKeyboardState::keyStatesRaw[FPL_MAX_KEYBOARD_STATE_COUNT]

Key states.

Definition at line 9104 of file final_platform_layer.h.

modifiers

fplKeyboardModifierFlags fplKeyboardState::modifiers

Modifier flags.

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