| 585 | } |
| 586 | |
| 587 | static void pointer_handle_axis(void *data, struct wl_pointer *wl_pointer, uint32_t time, uint32_t axis, wl_fixed_t value) {} |
| 588 | |
| 589 | static const struct wl_pointer_listener pointer_listener = { |
| 590 | pointer_handle_enter, pointer_handle_leave, pointer_handle_motion, pointer_handle_button, pointer_handle_axis, |
nothing calls this directly
no outgoing calls
no test coverage detected