Searched defs:SDL_WaylandInput (Results 1 – 1 of 1) sorted by relevance
50 struct SDL_WaylandInput { struct51 SDL_VideoData *display;52 struct wl_seat *seat;53 struct wl_pointer *pointer;54 struct wl_keyboard *keyboard;55 struct zwp_relative_pointer_v1 *relative_pointer;56 SDL_WindowData *pointer_focus;57 SDL_WindowData *keyboard_focus;60 wl_fixed_t sx_w;61 wl_fixed_t sy_w;[all …]