问题 I've been trying to make a simple python script that will send keystrokes to the game Age of Empires 3. I've tried pyautogui as well as using ScanCodes to do DirectInput, but nothing seems to work I just don't understand what kind of input the game needs or how its avoiding getting any inputs from my code. My codes kind of a mess from me testing several different methods, but here it is if anyone wants to see it. import pyautogui import pyperclip import random import keyboard import time from