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

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

#include <final_platform_layer.h>

Data Fields

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

Field Documentation

◆ buttonState

fplButtonState fplKeyboardEvent::buttonState

Button state.

Definition at line 5995 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 5989 of file final_platform_layer.h.

◆ mappedKey

fplKey fplKeyboardEvent::mappedKey

Mapped key.

Definition at line 5997 of file final_platform_layer.h.

◆ modifiers

fplKeyboardModifierFlags fplKeyboardEvent::modifiers

Keyboard modifiers.

Definition at line 5993 of file final_platform_layer.h.

◆ type

fplKeyboardEventType fplKeyboardEvent::type

Keyboard event type.

Definition at line 5991 of file final_platform_layer.h.


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