SDL  2.0
SDL_VideoDisplay Struct Reference

#include <SDL_sysvideo.h>

+ Collaboration diagram for SDL_VideoDisplay:

Data Fields

char * name
 
int max_display_modes
 
int num_display_modes
 
SDL_DisplayModedisplay_modes
 
SDL_DisplayMode desktop_mode
 
SDL_DisplayMode current_mode
 
SDL_Windowfullscreen_window
 
SDL_VideoDevicedevice
 
voiddriverdata
 

Detailed Description

Definition at line 120 of file SDL_sysvideo.h.

Field Documentation

SDL_VideoDevice* SDL_VideoDisplay::device

Definition at line 131 of file SDL_sysvideo.h.

Referenced by SDL_AddVideoDisplay().

void* SDL_VideoDisplay::driverdata

Definition at line 133 of file SDL_sysvideo.h.

Referenced by SDL_GetDisplayDriverData(), and SDL_VideoQuit().

SDL_Window* SDL_VideoDisplay::fullscreen_window
int SDL_VideoDisplay::max_display_modes

Definition at line 123 of file SDL_sysvideo.h.

Referenced by SDL_AddDisplayMode().

char* SDL_VideoDisplay::name

Definition at line 122 of file SDL_sysvideo.h.

Referenced by SDL_AddVideoDisplay(), SDL_GetDisplayName(), and SDL_VideoQuit().

int SDL_VideoDisplay::num_display_modes

The documentation for this struct was generated from the following file: