Function sdl2_sys::SDL_LogGetPriority
source ยท pub unsafe extern "C" fn SDL_LogGetPriority(
category: c_int,
) -> SDL_LogPriority
Expand description
Get the priority of a particular log category.
\param category the category to query \returns the SDL_LogPriority for the requested category
\since This function is available since SDL 2.0.0.
\sa SDL_LogSetPriority