| 570 | |
| 571 | #if defined(VK_USE_PLATFORM_WAYLAND_KHR) |
| 572 | static 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 | |
| 575 | static void pointer_handle_leave(void *data, struct wl_pointer *pointer, uint32_t serial, struct wl_surface *surface) {} |
| 576 |
nothing calls this directly
no outgoing calls
no test coverage detected