Searched defs:SDL_WaylandInput (Results 1 – 1 of 1) sorted by relevance
60 struct SDL_WaylandInput { struct61 SDL_VideoData *display;62 struct wl_seat *seat;64 struct wl_touch *touch;73 wl_fixed_t sx_w;74 wl_fixed_t sy_w;76 double dx_frac;77 double dy_frac;79 struct {82 } xkb;[all …]
Completed in 8 milliseconds