|
Android-cuttlefish cvd tool
|
Functions | |
| void | pointer_set_cursor (wl_client *, wl_resource *pointer, uint32_t serial, wl_resource *surface, int32_t x, int32_t y) |
| void | pointer_release (wl_client *, wl_resource *pointer) |
| void | keyboard_release (wl_client *, wl_resource *keyboard) |
| void | touch_release (wl_client *, wl_resource *touch) |
| void | pointer_destroy_resource_callback (struct wl_resource *) |
| void | seat_get_pointer (wl_client *client, wl_resource *seat, uint32_t id) |
| void | keyboard_destroy_resource_callback (struct wl_resource *) |
| void | seat_get_keyboard (wl_client *client, wl_resource *seat, uint32_t id) |
| void | touch_destroy_resource_callback (struct wl_resource *) |
| void | seat_get_touch (wl_client *client, wl_resource *seat, uint32_t id) |
| void | seat_release (wl_client *, wl_resource *resource) |
| void | bind_seat (wl_client *client, void *data, uint32_t version, uint32_t id) |
Variables | |
| const struct wl_pointer_interface | pointer_implementation |
| const struct wl_keyboard_interface | keyboard_implementation |
| const struct wl_touch_interface | touch_implementation |
| constexpr const uint32_t | kSeatVersion = 6 |
| const struct wl_seat_interface | seat_implementation |
| void wayland::anonymous_namespace{wayland_seat.cpp}::bind_seat | ( | wl_client * | client, |
| void * | data, | ||
| uint32_t | version, | ||
| uint32_t | id | ||
| ) |
| void wayland::anonymous_namespace{wayland_seat.cpp}::keyboard_destroy_resource_callback | ( | struct wl_resource * | ) |
| void wayland::anonymous_namespace{wayland_seat.cpp}::keyboard_release | ( | wl_client * | , |
| wl_resource * | keyboard | ||
| ) |
| void wayland::anonymous_namespace{wayland_seat.cpp}::pointer_destroy_resource_callback | ( | struct wl_resource * | ) |
| void wayland::anonymous_namespace{wayland_seat.cpp}::pointer_release | ( | wl_client * | , |
| wl_resource * | pointer | ||
| ) |
| void wayland::anonymous_namespace{wayland_seat.cpp}::pointer_set_cursor | ( | wl_client * | , |
| wl_resource * | pointer, | ||
| uint32_t | serial, | ||
| wl_resource * | surface, | ||
| int32_t | x, | ||
| int32_t | y | ||
| ) |
| void wayland::anonymous_namespace{wayland_seat.cpp}::seat_get_keyboard | ( | wl_client * | client, |
| wl_resource * | seat, | ||
| uint32_t | id | ||
| ) |
| void wayland::anonymous_namespace{wayland_seat.cpp}::seat_get_pointer | ( | wl_client * | client, |
| wl_resource * | seat, | ||
| uint32_t | id | ||
| ) |
| void wayland::anonymous_namespace{wayland_seat.cpp}::seat_get_touch | ( | wl_client * | client, |
| wl_resource * | seat, | ||
| uint32_t | id | ||
| ) |
| void wayland::anonymous_namespace{wayland_seat.cpp}::seat_release | ( | wl_client * | , |
| wl_resource * | resource | ||
| ) |
| void wayland::anonymous_namespace{wayland_seat.cpp}::touch_destroy_resource_callback | ( | struct wl_resource * | ) |
| void wayland::anonymous_namespace{wayland_seat.cpp}::touch_release | ( | wl_client * | , |
| wl_resource * | touch | ||
| ) |
| const struct wl_keyboard_interface wayland::anonymous_namespace{wayland_seat.cpp}::keyboard_implementation |
|
constexpr |
| const struct wl_pointer_interface wayland::anonymous_namespace{wayland_seat.cpp}::pointer_implementation |
| const struct wl_seat_interface wayland::anonymous_namespace{wayland_seat.cpp}::seat_implementation |
| const struct wl_touch_interface wayland::anonymous_namespace{wayland_seat.cpp}::touch_implementation |