mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-01-29 00:51:53 +08:00
hid plugins fix
This commit is contained in:
@@ -60,7 +60,7 @@ class BaseHid(BasePlugin):
|
||||
raise NotImplementedError
|
||||
|
||||
def send_mouse_relative_event(self, delta_x: int, delta_y: int) -> None:
|
||||
pass # FIXME: SPI
|
||||
raise NotImplementedError
|
||||
|
||||
def send_mouse_wheel_event(self, delta_x: int, delta_y: int) -> None:
|
||||
raise NotImplementedError
|
||||
|
||||
Reference in New Issue
Block a user