Add switchable hardware input backend

This commit is contained in:
王鹏
2026-04-20 15:53:32 +08:00
parent 66b8edf8e4
commit beb1375d71
5 changed files with 278 additions and 68 deletions

View File

@@ -4,7 +4,7 @@
import time
import logging
import pyautogui
import pydirectinput
from hardware_control import hw_ctrl as pydirectinput
from config import GameConfig
from text_finder import TextFinder
from combat_detector import CombatDetector