SDL2.this

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!

class SDL2
this
(
Logger logger
)

Throws

SDL2Exception on error.

See Also

Meta