Load SDL2 library, redirect logging to our logger. You can pass a null logger if you don't want logging. Creating this object doesn't initialize any SDL subsystem!
SDL2Exception on error.
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. Creating this object doesn't initialize any SDL subsystem!