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

Function pointer_handle_enter

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

Source from the content-addressed store, hash-verified

570
571#if defined(VK_USE_PLATFORM_WAYLAND_KHR)
572static void pointer_handle_enter(void *data, struct wl_pointer *pointer, uint32_t serial, struct wl_surface *surface, wl_fixed_t sx,
573 wl_fixed_t sy) {}
574
575static void pointer_handle_leave(void *data, struct wl_pointer *pointer, uint32_t serial, struct wl_surface *surface) {}
576

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected