table of contents
other versions
SDL_LogGetOutputFunction(3) | SDL3 FUNCTIONS | SDL_LogGetOutputFunction(3) |
NAME¶
SDL_LogGetOutputFunction - Get the current log output function.
SYNOPSIS¶
#include "SDL3/SDL.h"
void SDL_LogGetOutputFunction(SDL_LogOutputFunction *callback, void **userdata);
FUNCTION PARAMETERS¶
AVAILABILITY¶
This function is available since SDL 3.0.0.
SEE ALSO¶
SDL_LogSetOutputFunction(3)
SDL 3.0.0 | SDL |