diff options
| author | Pietro Gagliardi <[email protected]> | 2014-05-18 12:53:15 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-05-18 12:53:15 -0400 |
| commit | cadbc174e3401983f2cb8c4948473ae26e6d0297 (patch) | |
| tree | 4a4c6ffa6a39810fc1993a0ecd80a3485d37c896 /area_darwin.go | |
| parent | 216b5c183c0dad1e510969418eb3509e1df1d713 (diff) | |
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
Diffstat (limited to 'area_darwin.go')
| -rw-r--r-- | area_darwin.go | 1 |
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 |
