Skip to content

Commit

Permalink
device: remove wrong button action
Browse files Browse the repository at this point in the history
Signed-off-by: Filipe Laíns <[email protected]>
  • Loading branch information
FFY00 committed Mar 18, 2020
1 parent ba96790 commit 2b79b8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ratbag_emu/device.py
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ def simulate_action(self, action: Dict[str, Any], type: int = None) -> None:
if action['type'] == ActionType.XY:
self._simulate_action_xy(action, endpoint, packets, report_count)
elif action['type'] == ActionType.BUTTON:
self._simulate_action_xy(action, packets, report_count)
pass

s = sched.scheduler(time.time, time.sleep)
next_time = 0.0
Expand Down

0 comments on commit 2b79b8e

Please sign in to comment.