FPLBase
An open source project by FPL.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
fplbase::TextInputEventKey Struct Reference

An event parameter for a keyboard input. More...

#include <input.h>

Detailed Description

An event parameter for a keyboard input.

The user recieves all input strings through kTextInputEventTypeText type of an event, these paremeters should be used for an input control such as moving caret.

Public Attributes

bool state
 key state, true:pressed, false:released.
 
bool repeat
 A flag indicates if the key is repeated input.
 
FPL_Keycode symbol
 Key symbol, refer keyboard_keycodes.h for details.
 
FPL_Keymod modifier
 Modifier key state, refer keyboard_keycodes.h for details.
 

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