mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-01-29 09:01:54 +08:00
refactoring
This commit is contained in:
@@ -51,7 +51,7 @@ class MouseProcess(BaseDeviceProcess):
|
|||||||
**kwargs,
|
**kwargs,
|
||||||
)
|
)
|
||||||
|
|
||||||
self.__pressed_buttons: int = 0
|
self.__pressed_buttons = 0
|
||||||
self.__x = 0 # For absolute
|
self.__x = 0 # For absolute
|
||||||
self.__y = 0
|
self.__y = 0
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user