Click or drag to resize

InputGetJoyName Method

Returns the name of the joypad at the specified device index.

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

Parameters

device
Type: SystemInt32

[Missing <param name="device"/> documentation for "M:Godot.Input.GetJoyName(System.Int32)"]

Return Value

Type: String

[Missing <returns> documentation for "M:Godot.Input.GetJoyName(System.Int32)"]

See Also