SDL 3.0
|
#include <SDL_video.h>
Data Fields | |
SDL_DisplayID | displayID |
SDL_PixelFormat | format |
int | w |
int | h |
float | pixel_density |
float | refresh_rate |
int | refresh_rate_numerator |
int | refresh_rate_denominator |
SDL_DisplayModeData * | internal |
The structure that defines a display mode.
Definition at line 129 of file SDL_video.h.
SDL_DisplayID SDL_DisplayMode::displayID |
the display this mode is associated with
Definition at line 131 of file SDL_video.h.
SDL_PixelFormat SDL_DisplayMode::format |
pixel format
Definition at line 132 of file SDL_video.h.
int SDL_DisplayMode::h |
height
Definition at line 134 of file SDL_video.h.
SDL_DisplayModeData* SDL_DisplayMode::internal |
Private
Definition at line 140 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 135 of file SDL_video.h.
float SDL_DisplayMode::refresh_rate |
refresh rate (or 0.0f for unspecified)
Definition at line 136 of file SDL_video.h.
int SDL_DisplayMode::refresh_rate_denominator |
precise refresh rate denominator
Definition at line 138 of file SDL_video.h.
int SDL_DisplayMode::refresh_rate_numerator |
precise refresh rate numerator (or 0 for unspecified)
Definition at line 137 of file SDL_video.h.
int SDL_DisplayMode::w |
width
Definition at line 133 of file SDL_video.h.