Skip to content

Instantly share code, notes, and snippets.

View Blahkaey's full-sized avatar

Blahkay Blahkaey

View GitHub Profile
@Blahkaey
Blahkaey / 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 <[email protected]>
Permission to use, copy, modify, and/or distribute this software for any purpose
with or without fee is hereby granted.