Function sdl2_sys::SDL_LogGetOutputFunction
source ยท pub unsafe extern "C" fn SDL_LogGetOutputFunction(
callback: *mut SDL_LogOutputFunction,
userdata: *mut *mut c_void,
)
Expand description
Get the current log output function.
\param callback an SDL_LogOutputFunction filled in with the current log
callback
\param userdata a pointer filled in with the pointer that is passed to
callback
\since This function is available since SDL 2.0.0.
\sa SDL_LogSetOutputFunction