Added rumble functionality to Xbox controller. /JL

This commit is contained in:
2025-04-20 23:04:52 +02:00
parent 8cba42f903
commit e0609fd526
3 changed files with 9 additions and 4 deletions

View File

@@ -3,7 +3,7 @@ if __name__ == "__main__":
setup(
name='pygameControls',
version='0.1.3',
version='0.1.4',
packages=find_packages(),
install_requires=[],
author='Jan Lerking',