Safe Haskell | None |
---|
main SDL event loop
- module Reactive.Banana.SDL.Types
- module Reactive.Banana.SDL.Util
- getSDLEventSource :: IO SDLEventSource
- runSDLPump :: SDLEventSource -> IO ()
- runCappedSDLPump :: Int -> SDLEventSource -> IO ()
Documentation
module Reactive.Banana.SDL.Types
module Reactive.Banana.SDL.Util
runSDLPump :: SDLEventSource -> IO ()Source
main event loop
runCappedSDLPump :: Int -> SDLEventSource -> IO ()Source
main event loop, capped at n frames/second