Click or drag to resize

InputGetJoyAxisString Method

Receives a JoystickList axis and returns its equivalent name as a string.

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

Parameters

axisIndex
Type: SystemInt32

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

Return Value

Type: String

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

See Also