SDL2.this

Load SDL2 library, redirect logging to our logger. You can pass a null logger if you don't want logging.

class SDL2
this
(
Logger logger
)

Throws

SDL2Exception on error. TODO: Custom SDL assertion handler.

Meta