Function SDL_ClearError

pub unsafe extern "C" fn SDL_ClearError() -> bool
Available on crate feature dep_sdl3 only.
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