Lines Matching defs:SDL_WaylandInput
60 struct SDL_WaylandInput { struct
61 SDL_VideoData *display;
62 struct wl_seat *seat;
63 struct wl_pointer *pointer;
64 struct wl_touch *touch;
65 struct wl_keyboard *keyboard;
66 SDL_WaylandDataDevice *data_device;
67 struct zwp_relative_pointer_v1 *relative_pointer;
68 struct zwp_confined_pointer_v1 *confined_pointer;
69 SDL_WindowData *pointer_focus;
70 SDL_WindowData *keyboard_focus;
73 wl_fixed_t sx_w;
74 wl_fixed_t sy_w;
76 double dx_frac;
77 double dy_frac;
79 struct {
82 } xkb;
85 struct {
91 } pointer_curr_axis_info;