SDL_ClearError

Function SDL_ClearError 

Source
pub extern "C" fn SDL_ClearError() -> bool
Expand description

Clear any previous error message for this thread.

§Return value

Returns true.

§Thread safety

It is safe to call this function from any thread.

§Availability

This function is available since SDL 3.2.0.

§See also