Home
last modified time | relevance | path

Searched defs:touchPoints (Results 1 – 25 of 274) sorted by relevance

1234567891011

/dports/science/jmol/jmol-14.32.7/src/com/sparshui/gestures/
H A DGesture.java27 public abstract List<Event> processChange(List<TouchPoint> touchPoints, in processChange()
/dports/converters/wkhtmltopdf/qt-5db36ec/examples/touch/pinchzoom/
H A Dgraphicsview.cpp61 QList<QTouchEvent::TouchPoint> touchPoints = touchEvent->touchPoints(); in viewportEvent() local
/dports/misc/qt5-examples/qt-everywhere-src-5.15.2/qtbase/examples/widgets/touch/pinchzoom/
H A Dgraphicsview.cpp71 QList<QTouchEvent::TouchPoint> touchPoints = touchEvent->touchPoints(); in viewportEvent() local
/dports/converters/wkhtmltopdf/qt-5db36ec/tests/auto/qtouchevent/
H A Dtst_qtouchevent.cpp214 QList<QTouchEvent::TouchPoint> touchPoints; in touchDisabledByDefault() local
267 QList<QTouchEvent::TouchPoint> touchPoints; in touchEventAcceptedByDefault() local
333 QList<QTouchEvent::TouchPoint> touchPoints; in touchBeginPropagatesWhenIgnored() local
449 QList<QTouchEvent::TouchPoint> touchPoints; in touchUpdateAndEndNeverPropagate() local
1113 QList<QTouchEvent::TouchPoint> touchPoints; in deleteInEventHandler() local
1190 QList<QTouchEvent::TouchPoint> touchPoints; in deleteInEventHandler() local
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebKit2/Shared/
H A DWebTouchEvent.cpp36 WebTouchEvent::WebTouchEvent(WebEvent::Type type, Vector<WebPlatformTouchPoint> touchPoints, bool c… in WebTouchEvent()
/dports/games/doomsday/doomsday-2.3.1/doomsday/sdk/libgui/src/
H A Dglwindow_qml.cpp658 void GLQuickItem::onTouchPressed(QVariantList touchPoints) in onTouchPressed()
680 void GLQuickItem::onTouchUpdated(QVariantList touchPoints) in onTouchUpdated()
700 void GLQuickItem::onTouchReleased(QVariantList touchPoints) in onTouchReleased()
/dports/science/jmol/jmol-14.32.7/src/org/jmol/multitouch/sparshui/
H A DSinglePointGesture.java52 public List<Event> processChange(List<TouchPoint> touchPoints, TouchPoint changedTouchPoint) { in processChange()
/dports/graphics/krita/krita-4.4.8/libs/flake/
H A DKoPointerEvent.h202 const QList<KoTouchPoint> touchPoints; variable
/dports/x11-toolkits/qt5-declarative/kde-qtdeclarative-5.15.2p41/src/quick/items/
H A Dqquickmultipointtoucharea_p.h198 QQmlListProperty<QObject> touchPoints() { in touchPoints() function
231 QQmlListProperty<QQuickTouchPoint> touchPoints() { in touchPoints() function
H A Dqquickpincharea_p_p.h106 QList<QTouchEvent::TouchPoint> touchPoints; variable
/dports/x11-toolkits/qt5-declarative-test/kde-qtdeclarative-5.15.2p41/src/quick/items/
H A Dqquickmultipointtoucharea_p.h198 QQmlListProperty<QObject> touchPoints() { in touchPoints() function
231 QQmlListProperty<QQuickTouchPoint> touchPoints() { in touchPoints() function
H A Dqquickpincharea_p_p.h106 QList<QTouchEvent::TouchPoint> touchPoints; variable
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/platform/
H A DPlatformTouchEvent.h78 const Vector<PlatformTouchPoint>& touchPoints() const { return m_touchPoints; } in touchPoints() function
/dports/editors/calligra/calligra-3.2.1/libs/flake/
H A DKoPointerEvent.h250 const QVector<KoTouchPoint> touchPoints; variable
/dports/x11-toolkits/qt5-declarative-test/kde-qtdeclarative-5.15.2p41/src/plugins/qmltooling/qmldbg_inspector/
H A Dinspecttool.cpp121 QList<QTouchEvent::TouchPoint> touchPoints = event->touchPoints(); in touchEvent() local
/dports/x11-toolkits/qt5-declarative/kde-qtdeclarative-5.15.2p41/src/plugins/qmltooling/qmldbg_inspector/
H A Dinspecttool.cpp121 QList<QTouchEvent::TouchPoint> touchPoints = event->touchPoints(); in touchEvent() local
/dports/converters/wkhtmltopdf/qt-5db36ec/src/declarative/graphicsitems/
H A Dqdeclarativepincharea_p_p.h110 QList<QTouchEvent::TouchPoint> touchPoints; variable
/dports/games/vvvvvv/VVVVVV-cb3640e5/mobile_version/src/bigroom/input/
H A DKeyPoll.as104 public var touchPoints : uint; variable in bigroom.input.KeyPoll
/dports/converters/wkhtmltopdf/qt-5db36ec/examples/touch/fingerpaint/
H A Dscribblearea.cpp178 … QList<QTouchEvent::TouchPoint> touchPoints = static_cast<QTouchEvent *>(event)->touchPoints(); in event() local
/dports/devel/gammaray/GammaRay-2.11.3/client/
H A Dremoteviewclient.cpp85 … Qt::TouchPointStates touchPointStates, const QList<QTouchEvent::TouchPoint> &touchPoints) in sendTouchEvent()
/dports/misc/qt5-examples/qt-everywhere-src-5.15.2/qtbase/examples/widgets/touch/fingerpaint/
H A Dscribblearea.cpp199 …const QList<QTouchEvent::TouchPoint> touchPoints = static_cast<QTouchEvent *>(event)->touchPoints(… in event() local
/dports/www/firefox-esr/firefox-91.8.0/remote/test/puppeteer/src/common/
H A DInput.ts512 const touchPoints = [{ x: Math.round(x), y: Math.round(y) }]; constant
/dports/mail/thunderbird/thunderbird-91.8.0/remote/test/puppeteer/src/common/
H A DInput.ts512 const touchPoints = [{ x: Math.round(x), y: Math.round(y) }]; constant
/dports/science/pulseview/pulseview-0.4.2/pv/views/trace/
H A Dviewport.cpp113 QList<QTouchEvent::TouchPoint> touchPoints = event->touchPoints(); in touch_event() local
/dports/www/firefox/firefox-99.0/remote/test/puppeteer/src/common/
H A DInput.ts600 const touchPoints = [{ x: Math.round(x), y: Math.round(y) }]; constant

1234567891011