Home
last modified time | relevance | path

Searched defs:seat (Results 1 – 1 of 1) sorted by relevance

/lvgl-latest/src/drivers/wayland/
Dlv_wayland.c127 struct seat { struct
128 struct wl_touch * wl_touch;
129 struct wl_pointer * wl_pointer;
130 struct wl_keyboard * wl_keyboard;
132 struct {
135 } xkb;
183 struct seat seat; member
1059 struct seat * seat = &app->seat; in seat_handle_capabilities() local