Home
last modified time | relevance | path

Searched refs:handle_pointer_swipe_end (Results 1 – 7 of 7) sorted by relevance

/dports/x11-wm/wayfire/wayfire-0.7.0/src/core/seat/
H A Dpointer.hpp82 void handle_pointer_swipe_end(wlr_event_pointer_swipe_end *ev,
H A Dpointer.cpp570 void wf::pointer_t::handle_pointer_swipe_end(wlr_event_pointer_swipe_end *ev, in handle_pointer_swipe_end() function in wf::pointer_t
/dports/x11-toolkits/wlroots/wlroots-0.12.0/include/backend/
H A Dlibinput.h62 void handle_pointer_swipe_end(struct libinput_event *event,
/dports/x11-toolkits/wlroots/wlroots-0.12.0/backend/libinput/
H A Dpointer.c184 void handle_pointer_swipe_end(struct libinput_event *event, in handle_pointer_swipe_end() function
H A Devents.c297 handle_pointer_swipe_end(event, libinput_dev); in handle_libinput_event()
/dports/x11-toolkits/wlroots/wlroots-0.12.0/types/
H A Dwlr_cursor.c460 static void handle_pointer_swipe_end(struct wl_listener *listener, void *data) { in handle_pointer_swipe_end() function
640 c_device->swipe_end.notify = handle_pointer_swipe_end; in cursor_device_create()
/dports/x11-wm/sway/sway-1.5.1/sway/input/
H A Dcursor.c919 static void handle_pointer_swipe_end(struct wl_listener *listener, void *data) { in handle_pointer_swipe_end() function
1058 cursor->swipe_end.notify = handle_pointer_swipe_end; in sway_cursor_create()