FPLBase
An open source project by
FPL.
|
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>
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. | |