File tree 1 file changed +5
-4
lines changed
examples/peripherals/usb/host/hid
1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -63,10 +63,11 @@ Hello, ESP32 USB HID Keyboard is here!
63
63
Mouse input data starts with the word "Mouse" and has the following structure.
64
64
```
65
65
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
70
71
| +---------- Y relative coordinate of the cursor
71
72
+----------------------- X relative coordinate of the cursor
72
73
```
You can’t perform that action at this time.
0 commit comments