Safe Haskell | None |
---|---|
Language | Haskell2010 |
Synopsis
- data Controller = Controller {
- controllerSetRedraw :: IO ()
- controllerModifyViewPort :: (ViewPort -> IO ViewPort) -> IO ()
Documentation
data Controller Source #
Functions to asynchronously control a Gloss
display.
Controller | |
|