twentefp-eventloop-graphics-0.1.0.0: src/EventLoop.hs
module EventLoop(
start,
Pos,
Dimension,
Element,
InputEvent(..),
Keyboard(..),
KeyboardButton,
Mouse(..),
MouseButton(..),
SystemMessageIn(..),
OutputEvent(..),
SystemMessageOut(..),
Graphical(..),
GObject(..),
Primitive(..),
Name,
Groupname,
Color,
Font,
Relative,
outSingle
) where
import EventLoop.Main
import EventLoop.CommonTypes
import EventLoop.Input
import EventLoop.Output