-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Working double click for touchscreens (#67)
* Working double click, but sometimes it seems to triple click * Better implementation of double click Fires a weird ghost click off screen to "cancel" the existing click, not ideal * This should work better, but it just triple clicks * Smarter double click, but it always triple clicks? * Don't mess with hover * Rename method * Store click time in nanoseconds, eliminating the need for millis() * Put logs behind flag * Reliable double click! * This does nothing * Disable debug output * Use a circle instead of a square for fat finger zone * Remove log statements
- Loading branch information
Showing
2 changed files
with
80 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters