We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15d8c7c commit 7a7e1d1Copy full SHA for 7a7e1d1
docs/tutorials/using-ev3-buttons.md
@@ -8,12 +8,14 @@ subject: Hardware - Buttons/Keys
8
9
The buttons on the EV3 are mapped as regular keyboard keys
10
11
-* UP
12
-* DOWN
13
-* LEFT
14
-* RIGHT
15
-* ENTER
16
-* BACKSPACE
+* BACKSPACE (1)
+* UP (2)
+* LEFT (3)
+* ENTER (4)
+* RIGHT (5)
+* DOWN (6)
17
+
18
+{% include screenshot.html source="/images/ev3/labeled-buttons.png" %}
19
20
## Polling Key States
21
images/ev3/labeled-buttons.png
24.3 KB
0 commit comments