diff options
| author | Pietro Gagliardi <[email protected]> | 2014-05-23 23:48:17 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-05-23 23:48:17 -0400 |
| commit | 511f774649fa53f5bf8e3d42bf79e74193c9596a (patch) | |
| tree | f5a54aac2de5d15ce987e8b4d8d44f5f34a07506 /events_notdarwin.go | |
| parent | f4afa2a9511dd6ab75c040f9e50f11a1918ccf25 (diff) | |
Finished the Area clicking stuff: formalized the behavior in documentation in area.go, pointed out that Mac OS X already behaves as expected, updated some comments, and removed the relevant TODO.
Diffstat (limited to 'events_notdarwin.go')
| -rw-r--r-- | events_notdarwin.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/events_notdarwin.go b/events_notdarwin.go index 7ccfcda..3401fc4 100644 --- a/events_notdarwin.go +++ b/events_notdarwin.go @@ -16,7 +16,7 @@ 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_, and halfline in irc.gimp.net/#gtk+. +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? */ |
