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

This commit is contained in:
Pietro Gagliardi 2014-05-18 12:53:15 -04:00
parent 216b5c183c
commit cadbc174e3
1 changed files with 0 additions and 1 deletions

View File

@ -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