SDL 3.0
|
#include <SDL_video.h>
Data Fields | |
SDL_DisplayID | displayID |
Uint32 | format |
int | w |
int | h |
float | pixel_density |
float | refresh_rate |
void * | driverdata |
The structure that defines a display mode
Definition at line 82 of file SDL_video.h.
SDL_DisplayID SDL_DisplayMode::displayID |
the display this mode is associated with
Definition at line 84 of file SDL_video.h.
void* SDL_DisplayMode::driverdata |
driver-specific data, initialize to 0
Definition at line 90 of file SDL_video.h.
Uint32 SDL_DisplayMode::format |
pixel format
Definition at line 85 of file SDL_video.h.
int SDL_DisplayMode::h |
height
Definition at line 87 of file SDL_video.h.
float SDL_DisplayMode::pixel_density |
scale converting size to pixels (e.g. a 1920x1080 mode with 2.0 scale would have 3840x2160 pixels)
Definition at line 88 of file SDL_video.h.
float SDL_DisplayMode::refresh_rate |
refresh rate (or zero for unspecified)
Definition at line 89 of file SDL_video.h.
int SDL_DisplayMode::w |
width
Definition at line 86 of file SDL_video.h.