| Copyright | (c) Sebastiaan la Fleur, 2014 |
|---|---|
| License | BSD3 |
| Maintainer | sebastiaan.la.fleur@gmail.com |
| Stability | experimental |
| Portability | All |
| Safe Haskell | None |
| Language | Haskell98 |
EventLoop.Output.Single
Description
Makeshift server to output a single OutputEvent to the client. The function outSingle is the heart of this module.
- outSingle :: OutputEvent -> IO ()
Documentation
outSingle :: OutputEvent -> IO () Source
Outputs a single OutputEvent. Right now only Draw events are implemented.
The server automatically determines the maximum Dimensions of the picture and sends a Setup containing those Dimensions.