Home
last modified time | relevance | path

Searched refs:wlr_seat_pointer_send_motion (Results 1 – 3 of 3) sorted by relevance

/dports/x11-toolkits/wlroots/wlroots-0.12.0/types/seat/
H A Dwlr_seat_pointer.c24 wlr_seat_pointer_send_motion(grab->seat, time, sx, sy); in default_pointer_motion()
226 void wlr_seat_pointer_send_motion(struct wlr_seat *wlr_seat, uint32_t time, in wlr_seat_pointer_send_motion() function
/dports/x11-toolkits/wlroots/wlroots-0.12.0/include/wlr/types/
H A Dwlr_seat.h372 void wlr_seat_pointer_send_motion(struct wlr_seat *wlr_seat, uint32_t time_msec,
/dports/x11-toolkits/wlroots/wlroots-0.12.0/types/xdg_shell/
H A Dwlr_xdg_popup.c34 wlr_seat_pointer_send_motion(grab->seat, time, sx, sy); in xdg_pointer_grab_motion()