]> git.mxchange.org Git - simgear.git/commitdiff
Implement Canvas single/double/tripple click handling.
authorThomas Geymayer <tomgey@gmail.com>
Thu, 6 Dec 2012 22:13:19 +0000 (23:13 +0100)
committerThomas Geymayer <tomgey@gmail.com>
Thu, 6 Dec 2012 22:16:36 +0000 (23:16 +0100)
 - Implement click event creation like specified in
   DOM Level 3:
   * Check for max move distance between mousedown/up
     and clicks
   * Check for click timeout
   * Count clicks and report double clicks


No differences found