We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7d8fbf5 + 43340e8 commit 01610daCopy full SHA for 01610da
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