OSSingleton.setImeActive

Sets whether IME input mode should be enabled. If active IME handles key events before the application and creates an composition string and suggestion list. Application can retrieve the composition status by using getImeSelection and getImeText functions. Completed composition string is committed when input is finished. Note: This method is implemented on Linux, macOS and Windows.

struct OSSingleton
@nogc nothrow
void
setImeActive
(
in bool active
)

Meta