File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -189,19 +189,18 @@ def getRawAxis(self, axis: int) -> float:
189
189
190
190
def setRumble (type : GenericHID .RumbleType , value : double ):
191
191
"""
192
- Set the rumble output for the HID.
193
- The DS currently supports 2 rumble values, left rumble and right rumble.
192
+ Set the rumble output for the HID.
193
+ The DS currently supports 2 rumble values, left rumble and right rumble.
194
194
195
- :param type: Which rumble value to set.
196
- :param value: The normalized value (0 to 1) to set the rumble to.
195
+ :param type: Which rumble value to set.
196
+ :param value: The normalized value (0 to 1) to set the rumble to.
197
197
"""
198
198
this ._hid .setRumble (type , value )
199
199
200
-
201
200
def isConnected ():
202
201
"""
203
- Get if the HID is connected.
202
+ Get if the HID is connected.
204
203
205
- :returns: True if the HID is connected.
204
+ :returns: True if the HID is connected.
206
205
"""
207
206
return this ._hid .isConnected ()
You can’t perform that action at this time.
0 commit comments