Skip to content

Instantly share code, notes, and snippets.

View blakie1225's full-sized avatar

Blahkey blakie1225

View GitHub Profile
@blakie1225
blakie1225 / xinput.py
Created March 22, 2024 01:41 — forked from artizirk/xinput.py
Pure Python implementation for reading Xbox controller inputs without extra libs
#!/usr/bin/env python3
""" XInput Game Controller APIs
Pure Python implementation for reading Xbox controller inputs without extra libs
Copyright (C) 2020 by Arti Zirk <arti.zirk@gmail.com>
Permission to use, copy, modify, and/or distribute this software for any purpose
with or without fee is hereby granted.