Lines Matching refs:libinput_event
1341 handle_event_device_notify(struct libinput_event *ev) in handle_event_device_notify()
1386 handle_event_motion(struct libinput_event *ev, struct window *w) in handle_event_motion()
1412 handle_event_absmotion(struct libinput_event *ev, struct window *w) in handle_event_absmotion()
1423 handle_event_touch(struct libinput_event *ev, struct window *w) in handle_event_touch()
1455 handle_event_axis(struct libinput_event *ev, struct window *w) in handle_event_axis()
1490 handle_event_keyboard(struct libinput_event *ev, struct window *w) in handle_event_keyboard()
1516 handle_event_button(struct libinput_event *ev, struct window *w) in handle_event_button()
1543 handle_event_swipe(struct libinput_event *ev, struct window *w) in handle_event_swipe()
1574 handle_event_pinch(struct libinput_event *ev, struct window *w) in handle_event_pinch()
1609 handle_event_hold(struct libinput_event *ev, struct window *w) in handle_event_hold()
1631 handle_event_tablet(struct libinput_event *ev, struct window *w) in handle_event_tablet()
1714 handle_event_tablet_pad(struct libinput_event *ev, struct window *w) in handle_event_tablet_pad()
1755 struct libinput_event *ev; in handle_event_libinput()