sdl2-2.1.0: Both high- and low-level bindings to the SDL library (version 2.0.3).

Safe HaskellSafe
LanguageHaskell2010

SDL.Raw.Basic

Contents

Synopsis

Initialization and Shutdown

quit :: MonadIO m => m () Source

Configuration Variables

Log Handling

log :: CString -> IO () Source

Assertions

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

Querying SDL Version