| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell98 |
EventLoop.Input
Documentation
data InputEvent Source
Constructors
| InMouse Mouse | |
| InKeyboard Keyboard | |
| InSysMessage SystemMessageIn |
Constructors
| KeyPress KeyboardButton |
type KeyboardButton = [Char] Source
Constructors
| MouseClick MouseButton Pos Element | |
| MouseUp MouseButton Pos Element | |
| MouseDown MouseButton Pos Element |
data SystemMessageIn Source
Constructors
| Setup | |
| Background | |
| Time |