Click or drag to resize

OSFindScancodeFromString Method

Returns the scancode of the given string (e.g. "Escape").

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

Parameters

string
Type: SystemString

[Missing <param name="string"/> documentation for "M:Godot.OS.FindScancodeFromString(System.String)"]

Return Value

Type: Int32

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

See Also