From cadbc174e3401983f2cb8c4948473ae26e6d0297 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Sun, 18 May 2014 12:53:15 -0400 Subject: [PATCH] Removed TODO about buttons 1+3 causing a button 2 click on Mac OS X Areas... it was actually on my host's end: X11/KDE is doing it, and I never noticed that before, nor do I remember that happening on the Windows/wine or GTK+ versions :S That's it for the TODOs in the Mac OS X Go files! :D --- area_darwin.go | 1 - 1 file changed, 1 deletion(-) diff --git a/area_darwin.go b/area_darwin.go index b24a0dd..5464109 100644 --- a/area_darwin.go +++ b/area_darwin.go @@ -65,7 +65,6 @@ func parseModifiers(e C.id) (m Modifiers) { return m } -// TODO pressing both buttons 1 and 3 simultaneously gets turned into button 2; see if we can turn that off for our NSView only func areaMouseEvent(self C.id, e C.id, click bool, up bool) { var me MouseEvent