OSGetLatinKeyboardVariant Method |
Returns the current latin keyboard variant as a String.
Possible return values are: "QWERTY", "AZERTY", "QZERTY", "DVORAK", "NEO", "COLEMAK" or "ERROR".
Note: This method is implemented on Linux, macOS and Windows. Returns "QWERTY" on unsupported platforms.
Namespace: Godot
public static string GetLatinKeyboardVariant()
[Missing <returns> documentation for "M:Godot.OS.GetLatinKeyboardVariant"]