Skip to content

cf_input_get_ime_composition

Category: input
GitHub: cute_input.h


Returns the current IME (Input Method Editor) composition. See CF_ImeComposition.

bool cf_input_get_ime_composition(CF_ImeComposition* composition);
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.

cf_input_enable_ime
CF_ImeComposition