Click or drag to resize

OSGetImeSelection Method

Returns the IME cursor position (the currently-edited portion of the string) relative to the characters in the composition string.

is sent to the application to notify it of changes to the IME cursor position.

Note: This method is implemented on macOS.

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

Return Value

Type: Vector2

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

See Also