SDL
2.0
|
#include <SDL_waylandvideo.h>
Data Fields | |
struct wl_output * | output |
float | scale_factor |
int | width |
int | height |
int | refresh |
int | transform |
Definition at line 86 of file SDL_waylandvideo.h.
int SDL_WaylandOutputData::height |
Definition at line 89 of file SDL_waylandvideo.h.
struct wl_output* SDL_WaylandOutputData::output |
Definition at line 87 of file SDL_waylandvideo.h.
int SDL_WaylandOutputData::refresh |
Definition at line 89 of file SDL_waylandvideo.h.
float SDL_WaylandOutputData::scale_factor |
Definition at line 88 of file SDL_waylandvideo.h.
int SDL_WaylandOutputData::transform |
Definition at line 89 of file SDL_waylandvideo.h.
int SDL_WaylandOutputData::width |
Definition at line 89 of file SDL_waylandvideo.h.