Skip to content

Commit

Permalink
Merge pull request elm#358 from eeue56/patch-1
Browse files Browse the repository at this point in the history
Replace Mouse.isDown docs to reflect functionality
  • Loading branch information
process-bot committed Nov 19, 2015
2 parents 2c97e29 + 2bd9a2d commit 6dd2a48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Mouse.elm
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ y =
Signal.map snd position


{-| The current state of the left mouse-button.
True when the button is down, and false otherwise. -}
{-| The current state of the mouse
True when any mouse button is down, and false otherwise. -}
isDown : Signal Bool
isDown =
Native.Mouse.isDown
Expand Down

0 comments on commit 6dd2a48

Please sign in to comment.