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

#include <SDL_sysvideo.h>

Public Attributes

int(* available )(void)
 
SDL_VideoDevice *(* create )(int devindex)
 
const char * desc
 
const char * name
 

Detailed Description

Definition at line 330 of file SDL_sysvideo.h.

Member Data Documentation

int(* VideoBootStrap::available)(void)

Definition at line 334 of file SDL_sysvideo.h.

SDL_VideoDevice*(* VideoBootStrap::create)(int devindex)

Definition at line 335 of file SDL_sysvideo.h.

Referenced by SDL_VideoInit().

const char* VideoBootStrap::desc

Definition at line 333 of file SDL_sysvideo.h.

const char* VideoBootStrap::name

Definition at line 332 of file SDL_sysvideo.h.

Referenced by SDL_GetVideoDriver(), and SDL_VideoInit().


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