summaryrefslogtreecommitdiff
path: root/area_darwin.go
diff options
context:
space:
mode:
Diffstat (limited to 'area_darwin.go')
-rw-r--r--area_darwin.go1
1 files changed, 0 insertions, 1 deletions
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