Skip to main content

SDL_ClearError

Function SDL_ClearError 

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

Clear any previous error message for this thread.

Returns: true.

Thread Safety: It is safe to call this function from any thread.

Available Since: This function is available since SDL 3.2.0.

See Also: SDL_GetError See Also: SDL_SetError