Click or drag to resize

InputEventJoypadButtonPressure Property

Represents the pressure the user puts on the button with his finger, if the controller supports it. Ranges from 0 to 1.

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

Property Value

Type: Single
See Also