SDL 3.0
|
#include <SDL_video.h>
Data Fields | |
SDL_DisplayID | displayID |
SDL_PixelFormatEnum | format |
int | w |
int | h |
float | pixel_density |
float | refresh_rate |
void * | driverdata |
The structure that defines a display mode.
Definition at line 87 of file SDL_video.h.
SDL_DisplayID SDL_DisplayMode::displayID |
the display this mode is associated with
Definition at line 89 of file SDL_video.h.
void* SDL_DisplayMode::driverdata |
driver-specific data, initialize to 0
Definition at line 95 of file SDL_video.h.
SDL_PixelFormatEnum SDL_DisplayMode::format |
pixel format
Definition at line 90 of file SDL_video.h.
int SDL_DisplayMode::h |
height
Definition at line 92 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 93 of file SDL_video.h.
float SDL_DisplayMode::refresh_rate |
refresh rate (or zero for unspecified)
Definition at line 94 of file SDL_video.h.
int SDL_DisplayMode::w |
width
Definition at line 91 of file SDL_video.h.