Skip to content

cf_input_is_ime_enabled

Category: input
GitHub: cute_input.h


Returns true if the IME (Input Method Editor) for the operating system is enabled.

bool cf_input_is_ime_enabled();

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_input_disable_ime
cf_input_set_ime_rect
cf_input_has_ime_keyboard_support
cf_input_is_ime_keyboard_shown