Click or drag to resize

OSGetScancodeString Method

Returns the given scancode as a string (e.g. Return values: "Escape", "Shift+Escape").

See also Scancode and GetScancodeWithModifiers.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public static string GetScancodeString(
	uint code
)

Parameters

code
Type: SystemUInt32

[Missing <param name="code"/> documentation for "M:Godot.OS.GetScancodeString(System.UInt32)"]

Return Value

Type: String

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

See Also