sdl2-2.5.3.3: Both high- and low-level bindings to the SDL library (version 2.0.6+).
Safe HaskellSafe-Inferred
LanguageHaskell2010

SDL.Raw.Basic

Synopsis

Initialization and Shutdown

quit :: MonadIO m => m () Source #

Memory Management

free :: MonadIO m => Ptr () -> m () Source #

Configuration Variables

clearHints :: MonadIO m => m () Source #

Log Handling

log :: CString -> IO () Source #

Assertions

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

Querying SDL Version