Lines Matching defs:test_button
67 def from_evdev(cls, evdev, test_button) -> "PenState":
88 if test_button is not None:
89 button = bool(evdev.value[test_button.value])
99 self, events: List[libevdev.InputEvent], strict: bool, test_button: BtnPressed
124 elif test_button is not None and ev in (test_button.value,):
658 def post(self, uhdev, pen, test_button):
659 r = uhdev.event(pen, test_button)
899 def event(self, pen, test_button):
920 return super().event(internal_pen, test_button)
1012 def event(self, pen, test_button):
1026 return super().event(pen_copy, test_button)
1268 def send_intermediate_state(self, pen, state, test_button):
1270 self.move_to(intermediate_pen, state, test_button, debug=False)
1271 return super().event(intermediate_pen, test_button)
1343 def event(self, pen, test_button):
1347 return super().event(pen, test_button)