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

An event parameter for a text edit in IME (Input Method Editor). The information passed in the event is an intermediate state and only used for UI represents. Once IME finalizes an edit, the user recieves an TextInputEventText event for the finalized strings. More...

#include <input.h>

Detailed Description

An event parameter for a text edit in IME (Input Method Editor). The information passed in the event is an intermediate state and only used for UI represents. Once IME finalizes an edit, the user recieves an TextInputEventText event for the finalized strings.

Public Attributes

int32_t start
 A start index of a focus region in the text.
 
int32_t length
 A length of a focus region in the text.
 

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