Tao.Sdl SDK Documentation

Sdl.SDL_ClearError Method 

Clears the SDL error.

[Visual Basic]
Public Shared Sub SDL_ClearError()
[C#]
public static void SDL_ClearError();

Remarks

Binds to C-function call in SDL_error.h:

extern DECLSPEC void SDLCALL SDL_ClearError(void)

See Also

Sdl Class | Tao.Sdl Namespace