Searched refs:mLastMouseEventBeforeStartDrag (Results 1 – 2 of 2) sorted by relevance
169 mLastMouseEventBeforeStartDrag(nil), in DragSource()282 NSPoint pInWnd = [mLastMouseEventBeforeStartDrag locationInWindow]; in startDrag()295 event: mLastMouseEventBeforeStartDrag in startDrag()317 if (mLastMouseEventBeforeStartDrag != nil) in saveMouseEvent()319 [mLastMouseEventBeforeStartDrag release]; in saveMouseEvent()322 mLastMouseEventBeforeStartDrag = theEvent; in saveMouseEvent()
118 NSEvent* mLastMouseEventBeforeStartDrag; member in DragSource