CF_ImeComposition¶
Category: input
GitHub: cute_input.h
Represents the IME (Input Method Editor) composition from the operating system, for gathering complex text inputs.
Struct Members | Description |
---|---|
const char* composition |
The composition text, as it's currently being constructed. |
int cursor |
Where in the text the user is currently editing/typing/selecting. |
int selection_len |
If the user is currently selecting text, describes the length of the selection. |