Click or drag to resize

OSKeyboardGetLayoutName Method

Returns the localized name of the keyboard layout at position index.

Note: This method is implemented on Linux, macOS and Windows.

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

Parameters

index
Type: SystemInt32

[Missing <param name="index"/> documentation for "M:Godot.OS.KeyboardGetLayoutName(System.Int32)"]

Return Value

Type: String

[Missing <returns> documentation for "M:Godot.OS.KeyboardGetLayoutName(System.Int32)"]

See Also