Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqquickgeomapgesturearea.cpp1765 int dxFromPress = int(p1.x() - m_sceneStartPoint1.x()); in canStartPan() local
1766 if ((qAbs(dyFromPress) >= startDragDistance || qAbs(dxFromPress) >= startDragDistance)) in canStartPan()