![]() |
Send keys to DirectX - Printable Version +- Python Forum (https://python-forum.io) +-- Forum: Python Coding (https://python-forum.io/forum-7.html) +--- Forum: General Coding Help (https://python-forum.io/forum-8.html) +--- Thread: Send keys to DirectX (/thread-31889.html) |
Send keys to DirectX - Orion - Jan-08-2021 Hello, I am trying to make send key function for this game: https://www.4ancient.eu/download.php . This game have in Minimum requirements thats use DirectX 9.0c. I tried to use pyinput keayboardpress, pyautogui, direct input and nothing works for this game. In .txt it works fine but in game it done nothing. Please help me solve this. |