SDL
2.0
|
#include <SDL_sysvideo.h>
Definition at line 126 of file SDL_sysvideo.h.
SDL_DisplayMode SDL_VideoDisplay::current_mode |
Definition at line 133 of file SDL_sysvideo.h.
Referenced by SDL_AddBasicVideoDisplay(), SDL_GetCurrentDisplayMode(), SDL_GetDisplayBounds(), SDL_GetWindowPixelFormat(), and SDL_SetDisplayModeForDisplay().
SDL_DisplayMode SDL_VideoDisplay::desktop_mode |
Definition at line 132 of file SDL_sysvideo.h.
Referenced by SDL_AddBasicVideoDisplay(), SDL_GetClosestDisplayModeForDisplay(), SDL_GetDesktopDisplayMode(), SDL_GetWindowDisplayMode(), SDL_SetDisplayModeForDisplay(), and SDL_VideoQuit().
SDL_VideoDevice* SDL_VideoDisplay::device |
Definition at line 138 of file SDL_sysvideo.h.
Referenced by SDL_AddVideoDisplay().
SDL_DisplayMode* SDL_VideoDisplay::display_modes |
Definition at line 131 of file SDL_sysvideo.h.
Referenced by SDL_AddDisplayMode(), SDL_GetClosestDisplayModeForDisplay(), SDL_GetDisplayMode(), SDL_GetNumDisplayModesForDisplay(), and SDL_VideoQuit().
void* SDL_VideoDisplay::driverdata |
Definition at line 140 of file SDL_sysvideo.h.
Referenced by SDL_GetDisplayDriverData(), and SDL_VideoQuit().
SDL_Window* SDL_VideoDisplay::fullscreen_window |
Definition at line 136 of file SDL_sysvideo.h.
Referenced by SDL_DestroyWindow(), SDL_GetWindowDisplayIndex(), and SDL_UpdateFullscreenMode().
int SDL_VideoDisplay::max_display_modes |
Definition at line 129 of file SDL_sysvideo.h.
Referenced by SDL_AddDisplayMode().
char* SDL_VideoDisplay::name |
Definition at line 128 of file SDL_sysvideo.h.
Referenced by SDL_AddVideoDisplay(), SDL_GetDisplayName(), and SDL_VideoQuit().
int SDL_VideoDisplay::num_display_modes |
Definition at line 130 of file SDL_sysvideo.h.
Referenced by SDL_AddDisplayMode(), SDL_GetNumDisplayModesForDisplay(), and SDL_VideoQuit().
SDL_DisplayOrientation SDL_VideoDisplay::orientation |
Definition at line 134 of file SDL_sysvideo.h.
Referenced by SDL_GetDisplayOrientation(), and SDL_SendDisplayEvent().