mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-01-31 10:01:53 +08:00
horizontal scrolling for otg
This commit is contained in:
@@ -57,7 +57,7 @@ class BaseHid(BasePlugin):
|
||||
async def send_mouse_button_event(self, button: str, state: bool) -> None:
|
||||
raise NotImplementedError
|
||||
|
||||
async def send_mouse_wheel_event(self, delta_y: int) -> None:
|
||||
async def send_mouse_wheel_event(self, delta_x: int, delta_y: int) -> None:
|
||||
raise NotImplementedError
|
||||
|
||||
async def clear_events(self) -> None:
|
||||
|
||||
Reference in New Issue
Block a user