diff options
| author | Pietro Gagliardi <[email protected]> | 2014-08-13 15:00:32 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-08-13 15:00:32 -0400 |
| commit | 79c97996b3ad381067dacfae53348fbca93139a4 (patch) | |
| tree | b1de7ead5b99dbb77e76fa070f39c19521906ac8 | |
| parent | 952305be82a8262887e417f407ba0329f2edecbe (diff) | |
I can't read; GDK_3BUTTON_PRESS actually must happen in double the time FROM THE FIRST CLICK, not half the time from the second click, so the behavior we have now is correct! TODO removed.
| -rw-r--r-- | redo/events_notdarwin.go | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/redo/events_notdarwin.go b/redo/events_notdarwin.go index 1cd46ad..352151a 100644 --- a/redo/events_notdarwin.go +++ b/redo/events_notdarwin.go @@ -17,8 +17,6 @@ For GTK+, we pull the double-click time and double-click distance, which work th On GTK+ this will also allow us to discard the GDK_BUTTON_2PRESS and GDK_BUTTON_3PRESS events, so the button press stream will be just like on other platforms. Thanks to mclasen, garnacho_, halfline, and tristan in irc.gimp.net/#gtk+. - -TODO - technically a GDK_BUTTON_3PRESS is detected in half the time as a GDK_BUTTON_2PRESS... handle? */ // the zero value is a reset clickCounter ready for use |
