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

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

#include <final_platform_layer.h>

Data Fields

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

Field Documentation

◆ buttonStatesMapped

fplButtonState fplKeyboardState::buttonStatesMapped[FPL_MAX_KEYBOARD_STATE_COUNT]

Mapped button states.

Definition at line 6237 of file final_platform_layer.h.

◆ keyStatesRaw

fpl_b32 fplKeyboardState::keyStatesRaw[FPL_MAX_KEYBOARD_STATE_COUNT]

Key states.

Definition at line 6235 of file final_platform_layer.h.

◆ modifiers

fplKeyboardModifierFlags fplKeyboardState::modifiers

Modifier flags.

Definition at line 6233 of file final_platform_layer.h.


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