| | |
| | | |
| | | extern void Wayland_PumpEvents(_THIS); |
| | | |
| | | extern void Wayland_display_add_input(SDL_VideoData *d, uint32_t id); |
| | | extern void Wayland_display_add_input(SDL_VideoData *d, uint32_t id, uint32_t version); |
| | | extern void Wayland_display_destroy_input(SDL_VideoData *d); |
| | | |
| | | extern SDL_WaylandDataDevice* Wayland_get_data_device(struct SDL_WaylandInput *input); |
| | |
| | | extern int Wayland_input_lock_pointer(struct SDL_WaylandInput *input); |
| | | extern int Wayland_input_unlock_pointer(struct SDL_WaylandInput *input); |
| | | |
| | | extern int Wayland_input_confine_pointer(SDL_Window *window, struct SDL_WaylandInput *input); |
| | | extern int Wayland_input_unconfine_pointer(struct SDL_WaylandInput *input); |
| | | |
| | | extern void Wayland_display_add_relative_pointer_manager(SDL_VideoData *d, uint32_t id); |
| | | extern void Wayland_display_destroy_relative_pointer_manager(SDL_VideoData *d); |
| | | |