Lines Matching refs:libinput_event
1022 handle_event_device_notify(struct libinput_event *ev) in handle_event_device_notify()
1067 handle_event_motion(struct libinput_event *ev, struct window *w) in handle_event_motion()
1091 handle_event_absmotion(struct libinput_event *ev, struct window *w) in handle_event_absmotion()
1102 handle_event_touch(struct libinput_event *ev, struct window *w) in handle_event_touch()
1134 handle_event_axis(struct libinput_event *ev, struct window *w) in handle_event_axis()
1180 handle_event_keyboard(struct libinput_event *ev, struct window *w) in handle_event_keyboard()
1206 handle_event_button(struct libinput_event *ev, struct window *w) in handle_event_button()
1233 handle_event_swipe(struct libinput_event *ev, struct window *w) in handle_event_swipe()
1264 handle_event_pinch(struct libinput_event *ev, struct window *w) in handle_event_pinch()
1299 handle_event_tablet(struct libinput_event *ev, struct window *w) in handle_event_tablet()
1382 handle_event_tablet_pad(struct libinput_event *ev, struct window *w) in handle_event_tablet_pad()
1423 struct libinput_event *ev; in handle_event_libinput()