zenilib  0.5.3.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
SDL_VideoDisplay Struct Reference

#include <SDL_sysvideo.h>

Public Attributes

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

Detailed Description

Definition at line 113 of file SDL_sysvideo.h.

Member Data Documentation

SDL_VideoDevice* SDL_VideoDisplay::device

Definition at line 124 of file SDL_sysvideo.h.

Referenced by SDL_AddVideoDisplay().

void* SDL_VideoDisplay::driverdata

Definition at line 126 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 116 of file SDL_sysvideo.h.

Referenced by SDL_AddDisplayMode().

char* SDL_VideoDisplay::name

Definition at line 115 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: