Added stop_rumble() to all controller classes. /JL

This commit is contained in:
2025-04-20 23:15:35 +02:00
parent 75fb3f577b
commit 9c66fe8930
8 changed files with 21 additions and 2 deletions

View File

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