File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -65,6 +65,8 @@ class ControllerButtons(StrEnum):
65
65
BOTTOM_FACE = "a"
66
66
LEFT_SHOULDER = "leftshoulder"
67
67
RIGHT_SHOULDER = "rightshoulder"
68
+ LEFT_TRIGGER = "lefttrigger"
69
+ RIGHT_TRIGGER = "righttrigger"
68
70
START = "start"
69
71
BACK = "back"
70
72
GUIDE = "guide"
@@ -101,11 +103,13 @@ class PSControllerButtons(StrEnum):
101
103
CROSS = ControllerButtons .BOTTOM_FACE
102
104
L1 = ControllerButtons .LEFT_SHOULDER
103
105
R1 = ControllerButtons .RIGHT_SHOULDER
106
+ L2 = ControllerButtons .LEFT_TRIGGER
107
+ R2 = ControllerButtons .RIGHT_TRIGGER
108
+ L3 = ControllerButtons .LEFT_STICK
109
+ R3 = ControllerButtons .RIGHT_STICK
104
110
START = ControllerButtons .START
105
111
SELECT = ControllerButtons .BACK
106
112
GUIDE = ControllerButtons .GUIDE
107
- LEFT_STICK = ControllerButtons .LEFT_STICK
108
- RIGHT_STICK = ControllerButtons .RIGHT_STICK
109
113
DPAD_LEFT = ControllerButtons .DPAD_LEFT
110
114
DPAD_RIGHT = ControllerButtons .DPAD_RIGHT
111
115
DPAD_UP = ControllerButtons .DPAD_UP
You can’t perform that action at this time.
0 commit comments