Lines Matching defs:seat
1563 xdg_toplevel_move(window->wl.xdg.toplevel, _glfw.wl.seat, serial);
1591 xdg_toplevel_resize(window->wl.xdg.toplevel, _glfw.wl.seat,
1600 _glfw.wl.seat, serial,
1881 struct wl_seat* seat,
1886 _glfw.wl.pointer = wl_seat_get_pointer(seat);
1897 _glfw.wl.keyboard = wl_seat_get_keyboard(seat);
1908 struct wl_seat* seat,
2113 void _glfwAddSeatListenerWayland(struct wl_seat* seat)
2115 wl_seat_add_listener(seat, &seatListener, NULL);
2487 _glfw.wl.seat);