File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
examples/peripherals/usb/host/hid Expand file tree Collapse file tree 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!
6363Mouse input data starts with the word "Mouse" and has the following structure.
6464```
6565Mouse
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```
You can’t perform that action at this time.
0 commit comments