Skip to content

Commit

Permalink
Merge pull request #87677 from Mickeon/3.x-oooh-Reduz-of-the-past-You…
Browse files Browse the repository at this point in the history
…'re-so-quirky

[3.x] Mention InputEventJoypadButton's pressure not working
  • Loading branch information
akien-mga committed Jan 29, 2024
2 parents d1b6b6f + 9b1f1d5 commit 8b3eb38
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doc/classes/InputEventJoypadButton.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
</member>
<member name="pressure" type="float" setter="set_pressure" getter="get_pressure" default="0.0">
Represents the pressure the user puts on the button with their finger, if the controller supports it. Ranges from [code]0[/code] to [code]1[/code].
[b]Note:[/b] This property is never set by the engine and is always [code]0[/code].
</member>
</members>
<constants>
Expand Down

0 comments on commit 8b3eb38

Please sign in to comment.