Tao.Sdl SDK Documentation

Sdl.SDL_GetError Method 

Gets an SDL error string.

[Visual Basic]
Public Shared Function SDL_GetError() As String
[C#]
public static string SDL_GetError();

Return Value

A string containing information about the last internal SDL error.

Remarks

Binds to C-function call in SDL_error.h:

extern DECLSPEC char * SDLCALL SDL_GetError(void)

See Also

Sdl Class | Tao.Sdl Namespace