Tao.Sdl SDK Documentation |
|
SdlNet.SDLNet_SetError Method
This is the same as SDL_SetError, which sets an SDL error message
[Visual Basic]
Public Shared Sub SDLNet_SetError( _
ByVal
message As
String _
)
[C#]
public static
void SDLNet_SetError(
string message);
Parameters
-
message
- The error message to set.
Remarks
Binds to C-function call in SDL_error.h:
#define SDLNet_SetError SDL_SetError
See Also
SdlNet Class | Tao.Sdl Namespace