wl_keyboard_listener.leave

leave event

Notification that this seat's keyboard focus is no longer on a certain surface.

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

struct wl_keyboard_listener
void function(void* data, wl_keyboard* wl_keyboard, uint serial, wl_surface* surface) leave;

Meta