Skip to content

Commit f310ab6

Browse files
authored
Update README.md
Updated Mouse with scroll wheel status and middle mouse button click status.
1 parent c8e8b59 commit f310ab6

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

examples/peripherals/usb/host/hid/README.md

+5-4
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,11 @@ Hello, ESP32 USB HID Keyboard is here!
6363
Mouse input data starts with the word "Mouse" and has the following structure.
6464
```
6565
Mouse
66-
X: -00343 Y: 000183 | |o|
67-
| | | |
68-
| | | +- Right mouse button pressed status ("o" - pressed, " " - not pressed)
69-
| | +--- Left mouse button pressed status ("o" - pressed, " " - not pressed)
66+
X: -00343 Y: 000183 Wheel: 000004 | |o| |
67+
| | | | | +- Right mouse button pressed status ("o" - pressed, " " - not pressed)
68+
| | | | +- Middle mouse button pressed status ("o" - pressed, " " - not pressed)
69+
| | | +--- Left mouse button pressed status ("o" - pressed, " " - not pressed)
70+
| | +---------- Mouse wheel scroll status
7071
| +---------- Y relative coordinate of the cursor
7172
+----------------------- X relative coordinate of the cursor
7273
```

0 commit comments

Comments
 (0)