Sync classref with current source

This commit is contained in:
Rémi Verschelde
2018-12-27 11:16:05 +01:00
parent a0e9bb8b81
commit 4fde11be6b
173 changed files with 1539 additions and 667 deletions

View File

@@ -62,7 +62,7 @@ Button identifier. One of the ``JOY_BUTTON_*`` constants from :ref:`@GlobalScope
| *Getter* | is_pressed() |
+----------+--------------------+
If ``true`` the button's state is pressed. If ``false`` the button's state is released.
If ``true``, the button's state is pressed. If ``false``, the button's state is released.
.. _class_InputEventJoypadButton_pressure: