SDL exception generated from SDL_GetError() or dsdl2-specific exceptions
D enum that wraps SDL_HintPriority
Wraps SDL_GetHint which gets the value of a specified user-set hint
Wraps SDL_GetHintBoolean (from SDL 2.0.5) which gets the value of a specified user-set hint as a bool
Wraps SDL_GetRevision which returns the revision string of the linked SDL2 library
Wraps SDL_GetTicks or SDL_GetTicks64 on SDL 2.0.18 which gets the time since the SDL library was initialized in milliseconds
Wraps SDL_GetVersion which gets the version of the linked SDL2 library
Wraps SDL_Init which initializes selected subsystems
Loads the SDL2 shared dynamic library, which wraps bindbc-sdl's loadSDL function
Wraps SDL_Quit which entirely deinitializes SDL2
Wraps SDL_QuitSubSystem which deinitializes specified subsystems
Wraps SDL_ResetHints (from SDL 2.26) which resets any user-set hints given to SDL2 to default
Wraps SDL_SetHintWithPriority which provides giving a hint to SDL2 in runtime
Wraps SDL_WasInit which checks whether particular subsystem(s) is already initialized
D struct that wraps SDL_version containing version information