Copyright | (c) Sebastiaan la Fleur, 2014 |
---|---|
License | BSD3 |
Maintainer | sebastiaan.la.fleur@gmail.com |
Stability | experimental |
Portability | All |
Safe Haskell | None |
Language | Haskell98 |
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 Dimension
s of the picture and sends a Setup
containing those Dimension
s.