Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqquickgeomapgesturearea.cpp875 QTouchEvent::TouchPoint* createTouchPointFromMouseEvent(QMouseEvent *event, Qt::TouchPointState sta… in createTouchPointFromMouseEvent() function
898 m_mousePoint.reset(createTouchPointFromMouseEvent(event, Qt::TouchPointPressed)); in handleMousePressEvent()
914 m_mousePoint.reset(createTouchPointFromMouseEvent(event, Qt::TouchPointMoved)); in handleMouseMoveEvent()
933 m_mousePoint.reset(createTouchPointFromMouseEvent(event, Qt::TouchPointReleased)); in handleMouseReleaseEvent()