Documented the xxxMouseDragged: behavior in the Mac OS X source code.
This commit is contained in:
parent
fefab429fc
commit
d8d671b0b0
|
@ -200,6 +200,7 @@ func areaMouseEvent(self C.id, e C.id, click bool, up bool) {
|
|||
|
||||
//export areaView_mouseMoved_mouseDragged
|
||||
func areaView_mouseMoved_mouseDragged(self C.id, sel C.SEL, e C.id) {
|
||||
// for dragging, if multiple buttons are held, only one of their xxxMouseDragged: messages will be sent, so this is OK to do
|
||||
// TODO implement tracking for dragging
|
||||
areaMouseEvent(self, e, false, false)
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue