Examples, closing controller HID device on close function

This commit is contained in:
Florian Kaiser
2020-11-29 19:40:37 +01:00
parent a353bb006a
commit 2f5579cc49
5 changed files with 59 additions and 23 deletions

View File

@@ -1,5 +1,5 @@
# pydualsense
control your dualsense through python. using the hid library this module implements the sending report for controlling you new PS5 controller. It creates a background thread to constantly update the controller.
control your dualsense through python. using the hid library this module implements the sending report for controlling you new PS5 controller. It creates a background thread to constantly receive and update the controller.
# install