Python controller to keyboard action converter
Unsolved
Qt for Python
-
Hello, I need a program coded in python which can convert joystick movements and button presses to keyboard actions. I want to make this for a while now but I just can't figure out how to do it and I have no clue where to start.
Can anyone figure this out for me, it would be much appreciated.
preffered controller: Xbox 360 / PS4
Kind regards,
-
Hi and welcome to the forums
There is https://doc.qt.io/qt-5/qtgamepad-index.html
But whom do you want to send the keyboards events to ?
The same app or some other app not made by you ?
The reason i ask is doing internally is quite possible but sending to other
external app is another story :)