We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d8fbf5 commit 43340e8Copy full SHA for 43340e8
adafruit_hid/mouse.py
@@ -26,6 +26,10 @@ class Mouse:
26
"""Right mouse button."""
27
MIDDLE_BUTTON = 4
28
"""Middle mouse button."""
29
+ BACK_BUTTON = 8
30
+ """Back mouse button."""
31
+ FORWARD_BUTTON = 16
32
+ """Forward mouse button."""
33
34
def __init__(self, devices: Sequence[usb_hid.Device], timeout: int = None) -> None:
35
"""Create a Mouse object that will send USB mouse HID reports.
0 commit comments