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

Function pointer_handle_axis

cube/cube.cpp:587–587  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

585}
586
587static void pointer_handle_axis(void *data, struct wl_pointer *wl_pointer, uint32_t time, uint32_t axis, wl_fixed_t value) {}
588
589static const struct wl_pointer_listener pointer_listener = {
590 pointer_handle_enter, pointer_handle_leave, pointer_handle_motion, pointer_handle_button, pointer_handle_axis,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected