-
Notifications
You must be signed in to change notification settings - Fork 82
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pydirectinput -> pyautogui ? #9
Comments
Hey @willwade , thanks for checking in on this. You can read more about the technologies we leveraged and why here: https://developers.googleblog.com/2023/06/project-gameface.html |
Let us know what you think, and we'd love to hear your feedback! |
@avneetgoogle - I get that - but I'm sure I'm looking badly - I cant see lines in the code that really leverage directx which couldnt be done by pynput (NB: I think using pyAutoGui is causing some headaches #5 (comment)) - I'm sure I'm missing something. So if so to make this multplatform we just need to do some IF statements to have diff libraries |
I realise PyDirectInput is nice, but it makes it difficult to make it multiplatform. Is it possible to look at an alternative? pyautogui and some if statements to deal with Windows (and then use pydirectinput for Win only??)
The text was updated successfully, but these errors were encountered: