| Safe Haskell | None |
|---|---|
| Language | Haskell98 |
EventLoop.Output
Documentation
data OutputEvent Source
Constructors
| OutGraphical Graphical | |
| OutSysMessage [SystemMessageOut] |
data SystemMessageOut Source
Constructors
| CanvasSetup Dimension | |
| Timer Bool | |
| Close |
outSingle :: OutputEvent -> IO () Source