Click or drag to resize

InputEventJoypadMotionAxisValue Property

Current position of the joystick on the given axis. The value ranges from -1.0 to 1.0. A value of 0 means the axis is in its resting position.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public float AxisValue { get; set; }

Property Value

Type: Single
See Also