mirror of
https://github.com/mpv-player/mpv
synced 2025-01-16 03:51:48 +00:00
wayland: implement MOUSE_LEAVE
This commit is contained in:
parent
d603e73c24
commit
37c5867703
@ -329,6 +329,8 @@ static void pointer_handle_leave(void *data,
|
||||
uint32_t serial,
|
||||
struct wl_surface *surface)
|
||||
{
|
||||
struct vo_wayland_state *wl = data;
|
||||
mplayer_put_key(wl->vo->key_fifo, MP_KEY_MOUSE_LEAVE);
|
||||
}
|
||||
|
||||
static void pointer_handle_motion(void *data,
|
||||
|
Loading…
Reference in New Issue
Block a user