cf_input_has_ime_keyboard_support¶
Category: input
GitHub: cute_input.h
Returns true if the IME (Input Method Editor) for the operating system has keyboard support.
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.
Related Pages¶
cf_input_enable_ime
cf_input_disable_ime
cf_input_is_ime_enabled
cf_input_set_ime_rect
cf_input_is_ime_keyboard_shown