Lines Matching defs:libinput_events
48 def libinput_events(self, filter=None):
275 for e in self.libinput_events():
284 for e in list(self.libinput_events())[2:]:
293 for e in self.libinput_events("DEVICE_ADDED"):
300 for e in self.libinput_events("POINTER_MOTION"):
315 for e in self.libinput_events("POINTER_BUTTON"):
327 for e in self.libinput_events("POINTER_MOTION_ABSOLUTE"):
347 for e in self.libinput_events():
361 for e in self.libinput_events("TOUCH_DOWN"):
381 for e in self.libinput_events("TOUCH_MOTION"):
428 for e in self.libinput_events(
457 for e in self.libinput_events(
475 for e in self.libinput_events("TABLET_PAD_BUTTON"):
497 for e in self.libinput_events("TABLET_PAD_RING"):
522 for e in self.libinput_events("TABLET_PAD_STRIP"):
547 for e in self.libinput_events("TABLET_TOOL_PROXIMITY"):
570 for e in self.libinput_events(["TABLET_TOOL_AXIS", "TABLET_TOOL_TIP"]):
580 for e in self.libinput_events("TABLET_TOOL_BUTTON"):
591 for e in self.libinput_events(
660 for e in self.libinput_events("SWITCH_TOGGLE"):