You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not really an issue, but wondering how I would go about implementing keyboard bindings. I assume I would have to implement DEVICE_KEYBOARD. But not to sure how I would do it / will I need to use pygame's event's to poll for input or use another library.
Just looking for a bit of help to get it together!
The text was updated successfully, but these errors were encountered:
Actually as a bug, your code doesn't work with the Current xbox controller connected via the wireless dongle. It does work with some older code I found in the history:
The commented out code is what you have currently, however it doesn't seem to register my controller at all. If I use the code above the commented out stuff, it works fine.
Hi!
Not really an issue, but wondering how I would go about implementing keyboard bindings. I assume I would have to implement DEVICE_KEYBOARD. But not to sure how I would do it / will I need to use pygame's event's to poll for input or use another library.
Just looking for a bit of help to get it together!
The text was updated successfully, but these errors were encountered: