|
SDL
2.0
|
#include "../../SDL_internal.h"#include "../SDL_sysvideo.h"#include "SDL_syswm.h"#include "SDL_waylandvideo.h"
Include dependency graph for SDL_waylandwindow.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Data Structures | |
| struct | SDL_WindowData |
Functions | |
| void | Wayland_ShowWindow (_THIS, SDL_Window *window) |
| void | Wayland_SetWindowFullscreen (_THIS, SDL_Window *window, SDL_VideoDisplay *_display, SDL_bool fullscreen) |
| int | Wayland_CreateWindow (_THIS, SDL_Window *window) |
| void | Wayland_SetWindowSize (_THIS, SDL_Window *window) |
| void | Wayland_DestroyWindow (_THIS, SDL_Window *window) |
| SDL_bool | Wayland_GetWindowWMInfo (_THIS, SDL_Window *window, SDL_SysWMinfo *info) |
| int | Wayland_SetWindowHitTest (SDL_Window *window, SDL_bool enabled) |
| int Wayland_CreateWindow | ( | _THIS | , |
| SDL_Window * | window | ||
| ) |
| void Wayland_DestroyWindow | ( | _THIS | , |
| SDL_Window * | window | ||
| ) |
| SDL_bool Wayland_GetWindowWMInfo | ( | _THIS | , |
| SDL_Window * | window, | ||
| SDL_SysWMinfo * | info | ||
| ) |
| void Wayland_SetWindowFullscreen | ( | _THIS | , |
| SDL_Window * | window, | ||
| SDL_VideoDisplay * | _display, | ||
| SDL_bool | fullscreen | ||
| ) |
| int Wayland_SetWindowHitTest | ( | SDL_Window * | window, |
| SDL_bool | enabled | ||
| ) |
| void Wayland_SetWindowSize | ( | _THIS | , |
| SDL_Window * | window | ||
| ) |
| void Wayland_ShowWindow | ( | _THIS | , |
| SDL_Window * | window | ||
| ) |