wl_pointer_listener.motion

pointer motion event

Notification of pointer location change. The arguments surface_x and surface_y are the location relative to the focused surface.

struct wl_pointer_listener
void function(void* data, wl_pointer* wl_pointer, uint time, wl_fixed_t surface_x, wl_fixed_t surface_y) motion;

Meta