classref: Sync with current master branch (c09d83010)

This commit is contained in:
Rémi Verschelde
2022-06-08 13:39:15 +02:00
parent 869830c6ba
commit 8d5cdb0c7a
304 changed files with 12946 additions and 5236 deletions

View File

@@ -81,7 +81,7 @@ If ``true``, the button's state is pressed. If ``false``, the button's state is
| *Getter* | get_pressure() |
+-----------+---------------------+
Represents the pressure the user puts on the button with his finger, if the controller supports it. Ranges from ``0`` to ``1``.
Represents the pressure the user puts on the button with their finger, if the controller supports it. Ranges from ``0`` to ``1``.
.. |virtual| replace:: :abbr:`virtual (This method should typically be overridden by the user to have any effect.)`
.. |const| replace:: :abbr:`const (This method has no side effects. It doesn't modify any of the instance's member variables.)`