|
| static void | touch_handle_motion (void *data, struct wl_touch *wl_touch, uint32_t time, int32_t id, wl_fixed_t surface_x, wl_fixed_t surface_y) |
| |
| static void | touch_handle_down (void *data, struct wl_touch *wl_touch, uint32_t serial, uint32_t time, struct wl_surface *sfc, int32_t id, wl_fixed_t surface_x, wl_fixed_t surface_y) |
| |
| static void | touch_handle_up (void *data, struct wl_touch *wl_touch, uint32_t serial, uint32_t time, int32_t id) |
| |
| static void | touch_handle_frame (void *data, struct wl_touch *wl_touch) |
| |
| static void | touch_handle_cancel (void *data, struct wl_touch *wl_touch) |
| |
| static void | pointer_handle_enter (void *data, struct wl_pointer *wl_pointer, uint32_t serial, struct wl_surface *surface, wl_fixed_t x, wl_fixed_t y) |
| |
| static void | pointer_handle_motion (void *data, struct wl_pointer *wl_pointer, uint32_t time, wl_fixed_t surface_x, wl_fixed_t surface_y) |
| |
| static void | pointer_handle_button (void *data, struct wl_pointer *wl_pointer, uint32_t serial, uint32_t time, uint32_t button, uint32_t button_state) |
| |
| static void | pointer_handle_leave (void *data, struct wl_pointer *wl_pointer, uint32_t serial, struct wl_surface *surface) |
| |
| static void | pointer_handle_axis (void *data, struct wl_pointer *wl_pointer, uint32_t time, uint32_t axis, wl_fixed_t value) |
| |
| static void | destroy_seat_pointer (struct dunst_seat *seat) |
| |
| static void | destroy_seat_touch (struct dunst_seat *seat) |
| |
| void | destroy_seat (struct dunst_seat *seat) |
| |
| static void | seat_handle_capabilities (void *data, struct wl_seat *wl_seat, uint32_t capabilities) |
| |
| static void | seat_handle_name (void *data, struct wl_seat *wl_seat, const char *name) |
| |
| static void | idle_start (void *data, struct org_kde_kwin_idle_timeout *org_kde_kwin_idle_timeout) |
| |
| static void | idle_stop (void *data, struct org_kde_kwin_idle_timeout *org_kde_kwin_idle_timeout) |
| |
| void | add_seat_to_idle_handler (struct dunst_seat *seat) |
| |
| void | create_seat (struct wl_registry *registry, uint32_t global_name, uint32_t version) |
| |
- Copyright
- Copyright 2024-2026 Dunst contributors
- License
- BSD-3-Clause
Definition in file wl_seat.c.