Home
last modified time | relevance | path

Searched refs:mLastMouseEventBeforeStartDrag (Results 1 – 2 of 2) sorted by relevance

/trunk/main/vcl/aqua/source/dtrans/
H A DDragSource.cxx169 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()
H A DDragSource.hxx118 NSEvent* mLastMouseEventBeforeStartDrag; member in DragSource