| Copyright | (c) 2015 Jeffrey Rosenbluth |
|---|---|
| License | BSD-style (see LICENSE) |
| Maintainer | jeffrey.rosenbluth@gmail.com |
| Safe Haskell | None |
| Language | Haskell2010 |
Reflex.Gloss
Description
A Gloss interface for Reflex.
Documentation
Arguments
| :: Display | Display mode. |
| -> Color | Background color. |
| -> Int | Maximum frames per second. |
| -> (forall t m. GlossApp t m) | A reflex function that returns a 'Behavior t Picture' |
| -> IO () |
Play the GlossApp in a window, updating when the Behavior t Picture
changes.
type InputEvent = Event Source
Synonym for a Gloss Event to prevent name clashes.