Skip to content

Commit

Permalink
resolve dpad down left issue
Browse files Browse the repository at this point in the history
(cherry picked from commit f58c61b)
  • Loading branch information
dalethomas81 committed May 27, 2024
1 parent 5238a1f commit 41d8293
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pydualsense/pydualsense.py
Original file line number Diff line number Diff line change
Expand Up @@ -684,7 +684,7 @@ def setDPadState(self, dpad_state: int):
elif dpad_state == 5:
self.DpadUp = False
self.DpadDown = True
self.DpadLeft = False
self.DpadLeft = True
self.DpadRight = False
elif dpad_state == 6:
self.DpadUp = False
Expand Down

0 comments on commit 41d8293

Please sign in to comment.