Searched refs:aCurrentMousePos (Results 1 – 1 of 1) sorted by relevance
3302 Point aCurrentMousePos = pView->GetPointerPosPixel(); in IMPL_LINK() local3303 if ( ( abs( aCurrentMousePos.X() - aEditClickPos.X() ) > 5 ) in IMPL_LINK()3304 || ( abs( aCurrentMousePos.Y() - aEditClickPos.Y() ) > 5 ) in IMPL_LINK()
Completed in 28 milliseconds