SDL  2.0
VideoBootStrap Struct Reference

#include <SDL_sysvideo.h>

+ Collaboration diagram for VideoBootStrap:

Data Fields

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

Detailed Description

Definition at line 393 of file SDL_sysvideo.h.

Field Documentation

◆ available

int(* VideoBootStrap::available) (void)

Definition at line 397 of file SDL_sysvideo.h.

◆ create

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

Definition at line 398 of file SDL_sysvideo.h.

Referenced by SDL_VideoInit().

◆ desc

const char* VideoBootStrap::desc

Definition at line 396 of file SDL_sysvideo.h.

◆ name

const char* VideoBootStrap::name

Definition at line 395 of file SDL_sysvideo.h.

Referenced by SDL_GetVideoDriver(), and SDL_VideoInit().


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