bayangan1991 / PYXInput

Python Library for Creating and Analysing XInput devices
https://pypi.python.org/pypi/PYXInput
MIT License
87 stars 22 forks source link

Cannot emulate button presses for existing controller #16

Open Serah64 opened 2 years ago

Serah64 commented 2 years ago

Hey there!

For my application I was hoping to use PYXInput as a library, the idea is that the program would be able to press buttons on the controller without the user having to physically press the button.

The issue I'm having is PYXInput will only set values to joysticks and buttons on controllers that don't exist. I need to more or less "overwrite" whatever the player is trying to do with their controller.

Is this possible with PYXInput?