mirror of
https://github.com/pybricks/pybricks-api.git
synced 2026-09-12 01:24:17 +00:00
The doc/api is a legacy name, which is confusing in the current use, since all build targets are now APIs. Today we have: doc/common: Common configuration and settings between all targets. doc/main: Main Pybricks documentation at docs.pybricks.com. doc/ide: Documentation shipped with the Pybricks Code IDE.
49 lines
1.2 KiB
ReStructuredText
49 lines
1.2 KiB
ReStructuredText
Button
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
.. class:: Button
|
|
|
|
Buttons on a hub or remote.
|
|
|
|
.. 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:
|