Click or drag to resize

OSGetImeText Method

Returns the IME intermediate composition string.

is sent to the application to notify it of changes to the IME composition string.

Note: This method is implemented on macOS.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public static string GetImeText()

Return Value

Type: String

[Missing <returns> documentation for "M:Godot.OS.GetImeText"]

See Also