OSSetImeActive Method |
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.
Namespace: Godot
public static void SetImeActive( bool active )
[Missing <param name="active"/> documentation for "M:Godot.OS.SetImeActive(System.Boolean)"]