| Safe Haskell | None |
|---|
FRP.Helm.Mouse
Contents
Description
Contains signals that sample input from the mouse.
Types
A data structure describing a button on a mouse.
Constructors
| LeftMouse | |
| MiddleMouse | |
| RightMouse | |
| X1Mouse | |
| X2Mouse |
Position
isDown :: Mouse -> SignalGen (Signal Bool)Source
The current state of a certain mouse button. True if the mouse is down, false otherwise.