Lines Matching refs:serial
239 uint32_t serial, struct wl_surface *surface, in pointer_handle_enter() argument
264 pointer_handle_motion(data, pointer, serial, sx_w, sy_w); in pointer_handle_enter()
270 uint32_t serial, struct wl_surface *surface) in pointer_handle_leave() argument
281 ProcessHitTest(struct SDL_WaylandInput *input, uint32_t serial) in ProcessHitTest() argument
304 … xdg_toplevel_move(window_data->shell_surface.xdg.roleobj.toplevel, input->seat, serial); in ProcessHitTest()
306 … zxdg_toplevel_v6_move(window_data->shell_surface.zxdg.roleobj.toplevel, input->seat, serial); in ProcessHitTest()
308 wl_shell_surface_move(window_data->shell_surface.wl, input->seat, serial); in ProcessHitTest()
321 …vel_resize(window_data->shell_surface.xdg.roleobj.toplevel, input->seat, serial, directions_zxdg[r… in ProcessHitTest()
323 …v6_resize(window_data->shell_surface.zxdg.roleobj.toplevel, input->seat, serial, directions_zxdg[r… in ProcessHitTest()
325 …wl_shell_surface_resize(window_data->shell_surface.wl, input->seat, serial, directions_wl[rc - SDL… in ProcessHitTest()
337 pointer_handle_button_common(struct SDL_WaylandInput *input, uint32_t serial, in pointer_handle_button_common() argument
348 if (ProcessHitTest(input, serial)) { in pointer_handle_button_common()
368 Wayland_data_device_set_serial(input->data_device, serial); in pointer_handle_button_common()
376 pointer_handle_button(void *data, struct wl_pointer *pointer, uint32_t serial, in pointer_handle_button() argument
381 pointer_handle_button_common(input, serial, time, button, state_w); in pointer_handle_button()
511 touch_handler_down(void *data, struct wl_touch *touch, unsigned int serial, in touch_handler_down() argument
527 touch_handler_up(void *data, struct wl_touch *touch, unsigned int serial, in touch_handler_up() argument
626 uint32_t serial, struct wl_surface *surface, in keyboard_handle_enter() argument
648 uint32_t serial, struct wl_surface *surface) in keyboard_handle_leave() argument
655 uint32_t serial, uint32_t time, uint32_t key, in keyboard_handle_key() argument
688 Wayland_data_device_set_serial(input->data_device, serial); in keyboard_handle_key()
697 uint32_t serial, uint32_t mods_depressed, in keyboard_handle_modifiers() argument
902 uint32_t serial, struct wl_surface *surface, in data_device_handle_enter() argument
909 data_device->drag_serial = serial; in data_device_handle_enter()
919 wl_data_offer_accept(id, serial, in data_device_handle_enter()