Skip to content

Commit

Permalink
Ensure mousedown and mouseup events are cleared.
Browse files Browse the repository at this point in the history
  • Loading branch information
Cormac-Williams committed Jan 10, 2017
1 parent a59bc4a commit cdb05e2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/event.eve
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ remove events
search @event
c = if event = [#keydown] then event
if event = [#keyup] then event
if event = [#mousedown] then event
if event = [#mouseup] then event
if event = [#click] then event
if event = [#double-click] then event
if event = [#change] then event
Expand Down

0 comments on commit cdb05e2

Please sign in to comment.