SDL
2.0
|
#include <SDL_sysvideo.h>
Data Fields | |
const char * | name |
const char * | desc |
int(* | available )(void) |
SDL_VideoDevice *(* | create )(int devindex) |
Definition at line 405 of file SDL_sysvideo.h.
int(* VideoBootStrap::available) (void) |
Definition at line 409 of file SDL_sysvideo.h.
SDL_VideoDevice*(* VideoBootStrap::create) (int devindex) |
Definition at line 410 of file SDL_sysvideo.h.
Referenced by SDL_VideoInit().
const char* VideoBootStrap::desc |
Definition at line 408 of file SDL_sysvideo.h.
const char* VideoBootStrap::name |
Definition at line 407 of file SDL_sysvideo.h.
Referenced by SDL_GetVideoDriver(), and SDL_VideoInit().