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