cf_input_get_ime_composition¶
Category: input
GitHub: cute_input.h
Returns the current IME (Input Method Editor) composition. See CF_ImeComposition.
Parameters | Description |
---|---|
composition | The text composition. |
Return Value¶
Returns true if the IME (Input Method Editor) is currently composing text.
Remarks¶
This is an advanced function. It's useful for gathering input from a variety of languages, where keystrokes are translated into a variety of different language inputs. This is usually a feature of the underlying operating system.