SFML-control-0.2.0.2: Higher level library on top of SFML

Safe HaskellNone

Control.Monad.SFML.Types

Synopsis

Documentation

runSFML :: SFML a -> IO ()Source

Run the SFML monad, calling all the destructors appropriately. The library is designed to force you to call this function to get back into the IO monad, so that every object is appropriately destroyed.