Load SDL2 library, redirect logging to our logger. You can pass a null logger if you don't want logging. To specify a minimum version of SDL2 you need to use compile time versions (SDL_201, SDL_202, etc.)
The logger to redirect logging to.
SDL2Exception on error.
https://github.com/BindBC/bindbc-sdl Creating this object doesn't initialize any SDL subsystem! http://wiki.libsdl.org/SDL_Init, subSystemInit
See Implementation
Load SDL2 library, redirect logging to our logger. You can pass a null logger if you don't want logging. To specify a minimum version of SDL2 you need to use compile time versions (SDL_201, SDL_202, etc.)