python-tcod icon indicating copy to clipboard operation
python-tcod copied to clipboard

Request: Support for SDL2's game controller / joystick API

Open kotrenn opened this issue 3 years ago • 2 comments

Would like to add support for input from gamepads. SDL 1.2 had this through Joystick support. SDL 2 added support for game controllers, which at a glance appear to be an extension of support for joysticks.

Game Controller Joystick API Documentation

kotrenn avatar Jul 21 '22 18:07 kotrenn

Adding controller objects should be simple enough, but events will also need to be added.

HexDecimal avatar Jul 21 '22 18:07 HexDecimal

I've ported joysticks to Python-tcod but it will take a while for the docs to be complete.

HexDecimal avatar Sep 23 '22 19:09 HexDecimal