diff --git a/inputs.py b/inputs.py index b1f8fb1..70a8dae 100644 --- a/inputs.py +++ b/inputs.py @@ -1285,7 +1285,7 @@ def convert_timeval(seconds_since_epoch): # We have yet to support force feedback but probably should # eventually: -FORCE_FEEDBACK = () # Motor in gamepad +FORCE_FEEDBACK = (((i, hex(i)) for i in range(0, 65536))) # Motor in gamepad FORCE_FEEDBACK_STATUS = () # Status of motor POWER = () # Power switch