mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-01-29 09:01:54 +08:00
mouse buttons 4 and 5
This commit is contained in:
@@ -91,6 +91,8 @@ class MouseProcess(BaseDeviceProcess):
|
||||
"left": 0x1,
|
||||
"right": 0x2,
|
||||
"middle": 0x4,
|
||||
"up": 0x8, # Back
|
||||
"down": 0x10, # Forward
|
||||
}[button]
|
||||
self._queue_event(_ButtonEvent(code, state))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user