MCPcopy Create free account
hub / github.com/KhronosGroup/Vulkan-Tools / pointer_handle_motion

Function pointer_handle_motion

cube/cube.c:3600–3600  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3598static void pointer_handle_leave(void *data, struct wl_pointer *pointer, uint32_t serial, struct wl_surface *surface) {}
3599
3600static void pointer_handle_motion(void *data, struct wl_pointer *pointer, uint32_t time, wl_fixed_t sx, wl_fixed_t sy) {}
3601
3602static void pointer_handle_button(void *data, struct wl_pointer *wl_pointer, uint32_t serial, uint32_t time, uint32_t button,
3603 uint32_t state) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected