Click or drag to resize

OSGetVirtualKeyboardHeight Method

Returns the on-screen keyboard's height in pixels. Returns 0 if there is no keyboard or if it is currently hidden.

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

Return Value

Type: Int32

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

See Also