Searched refs:mouseLoc (Results 1 – 1 of 1) sorted by relevance
239 NSPoint mouseLoc = [NSEvent mouseLocation]; in draggingEntered() local242 NSPoint dragLocation = [mView convertPoint:[wnd convertScreenToBase:mouseLoc] fromView:nil]; in draggingEntered()281 NSPoint mouseLoc = [NSEvent mouseLocation]; in draggingUpdated() local284 NSPoint dragLocation = [mView convertPoint:[wnd convertScreenToBase:mouseLoc] fromView:nil]; in draggingUpdated()350 NSPoint mouseLoc = [NSEvent mouseLocation]; in performDragOperation() local353 NSPoint dragLocation = [mView convertPoint:[wnd convertScreenToBase:mouseLoc] fromView:nil]; in performDragOperation()
Completed in 5 milliseconds