Function SDL_ResetLogPriorities

pub unsafe extern "C" fn SDL_ResetLogPriorities()
Available on crate feature dep_sdl3 only.
Expand description

Reset all priorities to default.

This is called by [SDL_Quit()].

§Thread safety

It is safe to call this function from any thread.

§Availability

This function is available since SDL 3.2.0.

§See also