Click or drag to resize

OSKeyboardSetCurrentLayout Method

Sets active keyboard layout.

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 void KeyboardSetCurrentLayout(
	int index
)

Parameters

index
Type: SystemInt32

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

See Also