From 898c3c7b66a2b3c1315ec97451e9b9838c97212f Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Tue, 6 May 2014 20:34:44 -0400 Subject: [PATCH] Removed TODO from area_darwin.go about extra mouse button handling; turns out it works as expected right out of the gate... for the most part. --- area_darwin.go | 1 - 1 file changed, 1 deletion(-) diff --git a/area_darwin.go b/area_darwin.go index a2f2361..bd51f61 100644 --- a/area_darwin.go +++ b/area_darwin.go @@ -183,7 +183,6 @@ func areaMouseEvent(self C.id, e C.id, click bool, up bool) { if which != 3 && (held & 2) != 0 { // button 3 me.Held = append(me.Held, 3) } - // TODO remove this part? held >>= 3 for i := uint(4); held != 0; i++ { if which != i && (held & 1) != 0 {