fix: add pywin32 dep, move Controller into class, wrap keyboard in to_thread

This commit is contained in:
Vitali Graf
2026-04-08 10:43:14 +02:00
parent 670ffabb1f
commit b94c58d628
4 changed files with 34 additions and 15 deletions
+1
View File
@@ -8,6 +8,7 @@ dependencies = [
"numpy>=2.0.0",
"evdev>=1.7.0; sys_platform == 'linux'",
"pynput>=1.7.0; sys_platform == 'win32'",
"pywin32>=306; sys_platform == 'win32'",
]
[project.scripts]