mirror of
https://github.com/pybricks/pybricks-api.git
synced 2026-09-12 09:37:25 +00:00
api/parameters/Button: add remote buttons
Also clean up how it is displayed by reading the attributes from the API instead of copying them.
This commit is contained in:
@@ -132,6 +132,48 @@
|
||||
.. autoclass:: pybricks.parameters.Button
|
||||
:no-members:
|
||||
|
||||
.. autoattribute:: pybricks.parameters.Button.LEFT_DOWN
|
||||
:annotation:
|
||||
|
||||
.. autoattribute:: pybricks.parameters.Button.LEFT_MINUS
|
||||
:annotation:
|
||||
|
||||
.. autoattribute:: pybricks.parameters.Button.DOWN
|
||||
:annotation:
|
||||
|
||||
.. autoattribute:: pybricks.parameters.Button.RIGHT_DOWN
|
||||
:annotation:
|
||||
|
||||
.. autoattribute:: pybricks.parameters.Button.RIGHT_MINUS
|
||||
:annotation:
|
||||
|
||||
.. autoattribute:: pybricks.parameters.Button.LEFT
|
||||
:annotation:
|
||||
|
||||
.. autoattribute:: pybricks.parameters.Button.CENTER
|
||||
:annotation:
|
||||
|
||||
.. autoattribute:: pybricks.parameters.Button.RIGHT
|
||||
:annotation:
|
||||
|
||||
.. autoattribute:: pybricks.parameters.Button.LEFT_UP
|
||||
:annotation:
|
||||
|
||||
.. autoattribute:: pybricks.parameters.Button.LEFT_PLUS
|
||||
:annotation:
|
||||
|
||||
.. autoattribute:: pybricks.parameters.Button.UP
|
||||
:annotation:
|
||||
|
||||
.. autoattribute:: pybricks.parameters.Button.BEACON
|
||||
:annotation:
|
||||
|
||||
.. autoattribute:: pybricks.parameters.Button.RIGHT_UP
|
||||
:annotation:
|
||||
|
||||
.. autoattribute:: pybricks.parameters.Button.RIGHT_PLUS
|
||||
:annotation:
|
||||
|
||||
.. .. autoclass:: pybricks.parameters.Axis
|
||||
.. :no-members:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user