Module

FRP.Event.Mouse

Package
purescript-behaviors
Repository
paf31/purescript-behaviors

#move Source

move :: Event { x :: Int, y :: Int }

Create an Event which fires when the mouse moves

#down Source

down :: Event Int

Create an Event which fires when a mouse button is pressed

#up Source

up :: Event Int

Create an Event which fires when a mouse button is released