cat.wheel.except

Undocumented in source.

Members

Classes

SDLException
class SDLException

Indicates that an error has occurred in an SDL function

Functions

check
void check(int rt)
Undocumented in source. Be warned that the author may not have intended to support it.
objCheck
T objCheck(T obj)

Checks the return value of an SDL function to be null, and if it is, throws an exception Returns the object

Meta