WiringProject / Wiring

Wiring Framework
http://wiring.org.co/
Other
217 stars 168 forks source link

Replace multiClickHandler trigger with the getClickCount method to be backwards compatible #25

Closed cyborgsimon closed 11 years ago

cyborgsimon commented 11 years ago

The multiClickHandler may break projects using the clickHandler since the multiClickHandler is triggered instead of the clickHandler. Use getClickCount() within the clickHandler trigger to find out how often the key (multi click) was clicked.

350ms is used as default value for multiClickEventThreshold updated the example updated keywords.txt