sdl2-1.1.3: Low-level bindings to SDL2

Safe HaskellSafe-Inferred
LanguageHaskell2010

Graphics.UI.SDL.Basic

Contents

Synopsis

Initialization and Shutdown

quit :: IO () Source

Configuration Variables

Error Handling

Log Handling

log :: CString -> IO () Source

Assertions

Use Haskell's own assertion primitives rather than SDL's.

Querying SDL Version