#pragma section-numbers off #pragma disable-camelcase = SDL_GetCurrentVideoDriver = Use this function to get the name of the currently initialized video driver. <> == Syntax == {{{#!highlight cpp const char* SDL_GetCurrentVideoDriver(void) }}} == Return Value == Returns the name of the current video driver or NULL if no driver has been initialized. == Code Examples == {{{#!highlight cpp You can add your code example here }}} == Remarks == ''You can add useful comments here'' == Version == This function is available since SDL 2.0.0. == Related Functions == .[[SDL_GetNumVideoDrivers]] .[[SDL_GetVideoDriver]] ---- [[CategoryAPI]], [[CategoryVideo]]