pywinauto / pywinauto

Windows GUI Automation with Python (based on text properties)
http://pywinauto.github.io/
BSD 3-Clause "New" or "Revised" License
5.02k stars 698 forks source link

Implement keyboard.send_keys_directx(...): use scan codes for DirectX games #469

Open vasily-v-ryabov opened 6 years ago

vasily-v-ryabov commented 6 years ago

The potential solution is found on Reddit: https://www.reddit.com/r/learnpython/comments/7yquo6/moving_mouse_in_a_unity_window_with_python/

This is a DirectInput scan codes: http://www.gamespp.com/directx/directInputKeyboardScanCodes.html

bughaver commented 2 years ago

has anyone given this a shot?