Click or drag to resize

InputRemoveJoyMapping Method

Removes all mappings from the internal database that match the given GUID.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public static void RemoveJoyMapping(
	string guid
)

Parameters

guid
Type: SystemString

[Missing <param name="guid"/> documentation for "M:Godot.Input.RemoveJoyMapping(System.String)"]

See Also