#pragma section-numbers off #pragma disable-camelcase = SDL_GetVideoDriver = Use this function to get the name of a built in video driver. <> == Syntax == {{{#!highlight cpp const char* SDL_GetVideoDriver(int index) }}} == Function Parameters == ||'''index'''||the index of a video driver|| == Return Value == Returns the name of the video driver with the given '''index'''. == Code Examples == {{{#!highlight cpp You can add your code example here }}} == Remarks == The video drivers are presented in the order in which they are normally checked during initialization. == Related Functions == .[[SDL_GetNumVideoDrivers]] ---- [[CategoryAPI]], [[CategoryVideo]]