News

A Python toolkit for reading and mapping Steam Deck controller input using SDL2. Includes live input visualizer, raw input reader, and an extendable class-based API.
In Python, sys.stdin is a read-only file object from which you can grab the user's input. So, if you want to test the "double" function from above, you can (should) replace sys.stdin with another file ...