wl_pointer_listener.leave

leave event

Notification that this seat's pointer is no longer focused on a certain surface.

The leave notification is sent before the enter notification for the new focus.

struct wl_pointer_listener
void function(void* data, wl_pointer* wl_pointer, uint serial, wl_surface* surface) leave;

Meta