gfm.sdl2.sdl

Undocumented in source.

Members

Classes

SDL2
class SDL2

Owns both the loader, logging, keyboard state... This object is passed around to other SDL wrapper objects to ensure library loading.

SDL2DisplayMode
class SDL2DisplayMode
Undocumented in source.
SDL2Exception
class SDL2Exception

The one exception type thrown in this wrapper. A failing SDL function should <b>always</b> throw a SDL2Exception.

SDL2VideoDisplay
class SDL2VideoDisplay
Undocumented in source.

Functions

ensureNotInGC
void ensureNotInGC(string resourceName)

Crash if the GC is running. Useful in destructors to avoid reliance GC resource release.

Meta