Added close() method to dualsense controller class #8. /JL

This commit is contained in:
2025-04-20 12:54:08 +02:00
parent fd7a3ea0b5
commit cccaf0c8cb
4 changed files with 4 additions and 4 deletions

View File

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