Home
last modified time | relevance | path

Searched refs:Touch (Results 1 – 25 of 6229) sorted by relevance

12345678910>>...250

/dports/devel/raylib/raylib-3.7.0/src/
H A Dgestures.h191 } Touch; member
217 .Touch.firstId = -1,
255 if (GESTURES.Touch.pointCount < 2) in ProcessGestureEvent()
276 GESTURES.Touch.upPosition = GESTURES.Touch.downPositionA; in ProcessGestureEvent()
343 … GESTURES.Drag.vector.x = GESTURES.Touch.moveDownPositionA.x - GESTURES.Touch.downDragPosition.x; in ProcessGestureEvent()
356 … GESTURES.Pinch.vector.x = GESTURES.Touch.downPositionB.x - GESTURES.Touch.downPositionA.x; in ProcessGestureEvent()
357 … GESTURES.Pinch.vector.y = GESTURES.Touch.downPositionB.y - GESTURES.Touch.downPositionA.y; in ProcessGestureEvent()
366 GESTURES.Touch.downPositionA = GESTURES.Touch.moveDownPositionA; in ProcessGestureEvent()
367 GESTURES.Touch.downPositionB = GESTURES.Touch.moveDownPositionB; in ProcessGestureEvent()
375 …ESTURES.Touch.downPositionA, GESTURES.Touch.moveDownPositionA) >= MINIMUM_PINCH) || (Vector2Distan… in ProcessGestureEvent()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/dom/events/
H A DTouch.cpp18 already_AddRefed<Touch> Touch::Constructor(const GlobalObject& aGlobal, in Constructor()
22 RefPtr<Touch> touch = new Touch( in Constructor()
29 Touch::Touch(EventTarget* aTarget, int32_t aIdentifier, int32_t aPageX, in Touch() function in mozilla::dom::Touch
52 Touch::Touch(int32_t aIdentifier, LayoutDeviceIntPoint aPoint, in Touch() function in mozilla::dom::Touch
70 Touch::Touch(const Touch& aOther) in Touch() function in mozilla::dom::Touch
88 Touch::~Touch() = default;
102 NS_IMPL_CYCLE_COLLECTING_ADDREF(Touch) in NS_IMPL_CYCLE_COLLECTION_WRAPPERCACHE()
103 NS_IMPL_CYCLE_COLLECTING_RELEASE(Touch) in NS_IMPL_CYCLE_COLLECTION_WRAPPERCACHE()
105 EventTarget* Touch::GetTarget() const { in NS_IMPL_CYCLE_COLLECTION_WRAPPERCACHE()
181 bool Touch::Equals(Touch* aTouch) const { in Equals()
[all …]
/dports/www/firefox/firefox-99.0/dom/events/
H A DTouch.cpp18 already_AddRefed<Touch> Touch::Constructor(const GlobalObject& aGlobal, in Constructor()
22 RefPtr<Touch> touch = new Touch( in Constructor()
29 Touch::Touch(EventTarget* aTarget, int32_t aIdentifier, int32_t aPageX, in Touch() function in mozilla::dom::Touch
52 Touch::Touch(int32_t aIdentifier, LayoutDeviceIntPoint aPoint, in Touch() function in mozilla::dom::Touch
70 Touch::Touch(const Touch& aOther) in Touch() function in mozilla::dom::Touch
88 Touch::~Touch() = default;
102 NS_IMPL_CYCLE_COLLECTING_ADDREF(Touch) in NS_IMPL_CYCLE_COLLECTION_WRAPPERCACHE()
103 NS_IMPL_CYCLE_COLLECTING_RELEASE(Touch) in NS_IMPL_CYCLE_COLLECTION_WRAPPERCACHE()
105 EventTarget* Touch::GetTarget() const { in NS_IMPL_CYCLE_COLLECTION_WRAPPERCACHE()
181 bool Touch::Equals(Touch* aTouch) const { in Equals()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/dom/events/
H A DTouch.cpp18 already_AddRefed<Touch> Touch::Constructor(const GlobalObject& aGlobal, in Constructor()
22 RefPtr<Touch> touch = new Touch( in Constructor()
29 Touch::Touch(EventTarget* aTarget, int32_t aIdentifier, int32_t aPageX, in Touch() function in mozilla::dom::Touch
52 Touch::Touch(int32_t aIdentifier, LayoutDeviceIntPoint aPoint, in Touch() function in mozilla::dom::Touch
70 Touch::Touch(const Touch& aOther) in Touch() function in mozilla::dom::Touch
88 Touch::~Touch() = default;
102 NS_IMPL_CYCLE_COLLECTING_ADDREF(Touch) in NS_IMPL_CYCLE_COLLECTION_WRAPPERCACHE()
103 NS_IMPL_CYCLE_COLLECTING_RELEASE(Touch) in NS_IMPL_CYCLE_COLLECTION_WRAPPERCACHE()
105 EventTarget* Touch::GetTarget() const { in NS_IMPL_CYCLE_COLLECTION_WRAPPERCACHE()
181 bool Touch::Equals(Touch* aTouch) const { in Equals()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/dom/events/
H A DTouch.cpp19 already_AddRefed<Touch> Touch::Constructor(const GlobalObject& aGlobal, in Constructor()
23 RefPtr<Touch> touch = new Touch( in Constructor()
30 Touch::Touch(EventTarget* aTarget, int32_t aIdentifier, int32_t aPageX, in Touch() function in mozilla::dom::Touch
53 Touch::Touch(int32_t aIdentifier, LayoutDeviceIntPoint aPoint, in Touch() function in mozilla::dom::Touch
71 Touch::Touch(const Touch& aOther) in Touch() function in mozilla::dom::Touch
89 Touch::~Touch() = default;
103 NS_IMPL_CYCLE_COLLECTING_ADDREF(Touch) in NS_IMPL_CYCLE_COLLECTION_WRAPPERCACHE()
104 NS_IMPL_CYCLE_COLLECTING_RELEASE(Touch) in NS_IMPL_CYCLE_COLLECTION_WRAPPERCACHE()
106 EventTarget* Touch::GetTarget() const { in NS_IMPL_CYCLE_COLLECTION_WRAPPERCACHE()
182 bool Touch::Equals(Touch* aTouch) const { in Equals()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/dom/events/
H A DTouch.cpp19 already_AddRefed<Touch> Touch::Constructor(const GlobalObject& aGlobal, in Constructor()
24 RefPtr<Touch> touch = new Touch( in Constructor()
31 Touch::Touch(EventTarget* aTarget, int32_t aIdentifier, int32_t aPageX, in Touch() function in mozilla::dom::Touch
53 Touch::Touch(int32_t aIdentifier, LayoutDeviceIntPoint aPoint, in Touch() function in mozilla::dom::Touch
71 Touch::Touch(const Touch& aOther) in Touch() function in mozilla::dom::Touch
88 Touch::~Touch() {} in ~Touch()
102 NS_IMPL_CYCLE_COLLECTING_ADDREF(Touch) in NS_IMPL_CYCLE_COLLECTION_WRAPPERCACHE()
103 NS_IMPL_CYCLE_COLLECTING_RELEASE(Touch) in NS_IMPL_CYCLE_COLLECTION_WRAPPERCACHE()
105 EventTarget* Touch::GetTarget() const { in NS_IMPL_CYCLE_COLLECTION_WRAPPERCACHE()
178 bool Touch::Equals(Touch* aTouch) { in Equals()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/events/
H A DTouch.cpp19 already_AddRefed<Touch>
26 RefPtr<Touch> touch = new Touch(aParam.mTarget, in Constructor()
41 Touch::Touch(EventTarget* aTarget, in Touch() function in mozilla::dom::Touch
71 Touch::Touch(int32_t aIdentifier, in Touch() function in mozilla::dom::Touch
92 Touch::Touch(const Touch& aOther) in Touch() function in mozilla::dom::Touch
109 Touch::~Touch() in ~Touch()
127 NS_IMPL_CYCLE_COLLECTING_ADDREF(Touch) in NS_IMPL_CYCLE_COLLECTION_WRAPPERCACHE()
131 Touch::GetTarget() const in NS_IMPL_CYCLE_COLLECTION_WRAPPERCACHE()
158 Touch::SetTarget(EventTarget* aTarget) in SetTarget()
164 Touch::Equals(Touch* aTouch) in Equals()
[all …]
/dports/x11/kf5-kwayland/kwayland-5.89.0/src/client/
H A Dtouch.cpp20 class Q_DECL_HIDDEN Touch::Private
23 Private(Touch *q);
40 Touch *q;
114 Touch::Private::Private(Touch *q) in Private()
228 Touch::Touch(QObject *parent) in Touch() function in KWayland::Client::Touch
234 Touch::~Touch() in ~Touch()
239 void Touch::destroy() in destroy()
244 void Touch::release() in release()
249 void Touch::setup(wl_touch *touch) in setup()
254 bool Touch::isValid() const in isValid()
[all …]
/dports/graphics/wrapland/wrapland-6a083c7bc9b37c5f756155e258b1fff4d24cea2a/src/client/
H A Dtouch.cpp35 class Q_DECL_HIDDEN Touch::Private
38 Private(Touch* q);
71 Touch* q;
145 Touch::Private::Private(Touch* q) in Private()
289 Touch::Touch(QObject* parent) in Touch() function in Wrapland::Client::Touch
295 Touch::~Touch() in ~Touch()
302 void Touch::release() in release()
307 void Touch::setup(wl_touch* touch) in setup()
312 bool Touch::isValid() const in isValid()
317 Touch::operator wl_touch*() const in operator wl_touch*()
[all …]
/dports/graphics/wrapland/wrapland-6a083c7bc9b37c5f756155e258b1fff4d24cea2a/server/
H A Dtouch.cpp36 class Touch::Private : public Wayland::Resource<Touch>
39 Private(Client* client, uint32_t version, uint32_t id, Seat* seat, Touch* q);
47 const struct wl_touch_interface Touch::Private::s_interface = {destroyCallback};
49 Touch::Private::Private(Client* client, uint32_t version, uint32_t id, Seat* seat, Touch* q) in Private()
55 Touch::Touch(Client* client, uint32_t version, uint32_t id, Seat* seat) in Touch() function in Wrapland::Server::Touch
61 void Touch::cancel() in cancel()
67 void Touch::frame() in frame()
73 void Touch::move(qint32 id, const QPointF& localPos) in move()
86 void Touch::up(qint32 id, quint32 serial) in up()
92 void Touch::down(qint32 id, quint32 serial, const QPointF& localPos) in down()
[all …]
/dports/graphics/gwenview/gwenview-21.12.3/lib/touch/
H A Dtouch.cpp44 Touch *q;
66 Touch::Touch(QObject *target) in Touch() function in Gwenview::Touch
108 Touch::~Touch() in ~Touch()
113 bool Touch::eventFilter(QObject *, QEvent *event) in eventFilter()
141 bool Touch::gestureEvent(QGestureEvent *event) in gestureEvent()
425 QPointF Touch::getLastTapPos() in getLastTapPos()
430 void Touch::setLastTapPos(QPointF pos) in setLastTapPos()
440 Qt::GestureType Touch::getTwoFingerPanGesture() in getTwoFingerPanGesture()
450 Qt::GestureType Touch::getDoubleTapGesture() in getDoubleTapGesture()
455 Qt::GestureType Touch::getTwoFingerTapGesture() in getTwoFingerTapGesture()
[all …]
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/web-sys-0.3.55/src/features/
H A Dgen_Touch.rs13 pub type Touch; typedef
20 pub fn identifier(this: &Touch) -> i32; in identifier()
35 pub fn screen_x(this: &Touch) -> i32; in screen_x()
42 pub fn screen_y(this: &Touch) -> i32; in screen_y()
49 pub fn client_x(this: &Touch) -> i32; in client_x()
56 pub fn client_y(this: &Touch) -> i32; in client_y()
63 pub fn page_x(this: &Touch) -> i32; in page_x()
70 pub fn page_y(this: &Touch) -> i32; in page_y()
77 pub fn radius_x(this: &Touch) -> i32; in radius_x()
84 pub fn radius_y(this: &Touch) -> i32; in radius_y()
[all …]
/dports/devel/stylua/StyLua-0.11.0/cargo-crates/web-sys-0.3.55/src/features/
H A Dgen_Touch.rs13 pub type Touch; typedef
20 pub fn identifier(this: &Touch) -> i32; in identifier()
35 pub fn screen_x(this: &Touch) -> i32; in screen_x()
42 pub fn screen_y(this: &Touch) -> i32; in screen_y()
49 pub fn client_x(this: &Touch) -> i32; in client_x()
56 pub fn client_y(this: &Touch) -> i32; in client_y()
63 pub fn page_x(this: &Touch) -> i32; in page_x()
70 pub fn page_y(this: &Touch) -> i32; in page_y()
77 pub fn radius_x(this: &Touch) -> i32; in radius_x()
84 pub fn radius_y(this: &Touch) -> i32; in radius_y()
[all …]
/dports/multimedia/librav1e/rav1e-0.5.1/cargo-crates/web-sys-0.3.55/src/features/
H A Dgen_Touch.rs13 pub type Touch; typedef
20 pub fn identifier(this: &Touch) -> i32; in identifier()
35 pub fn screen_x(this: &Touch) -> i32; in screen_x()
42 pub fn screen_y(this: &Touch) -> i32; in screen_y()
49 pub fn client_x(this: &Touch) -> i32; in client_x()
56 pub fn client_y(this: &Touch) -> i32; in client_y()
63 pub fn page_x(this: &Touch) -> i32; in page_x()
70 pub fn page_y(this: &Touch) -> i32; in page_y()
77 pub fn radius_x(this: &Touch) -> i32; in radius_x()
84 pub fn radius_y(this: &Touch) -> i32; in radius_y()
[all …]
/dports/multimedia/rav1e/rav1e-0.5.1/cargo-crates/web-sys-0.3.55/src/features/
H A Dgen_Touch.rs13 pub type Touch; typedef
20 pub fn identifier(this: &Touch) -> i32; in identifier()
35 pub fn screen_x(this: &Touch) -> i32; in screen_x()
42 pub fn screen_y(this: &Touch) -> i32; in screen_y()
49 pub fn client_x(this: &Touch) -> i32; in client_x()
56 pub fn client_y(this: &Touch) -> i32; in client_y()
63 pub fn page_x(this: &Touch) -> i32; in page_x()
70 pub fn page_y(this: &Touch) -> i32; in page_y()
77 pub fn radius_x(this: &Touch) -> i32; in radius_x()
84 pub fn radius_y(this: &Touch) -> i32; in radius_y()
[all …]
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/web-sys-0.3.53/src/features/
H A Dgen_Touch.rs13 pub type Touch; typedef
20 pub fn identifier(this: &Touch) -> i32; in identifier()
35 pub fn screen_x(this: &Touch) -> i32; in screen_x()
42 pub fn screen_y(this: &Touch) -> i32; in screen_y()
49 pub fn client_x(this: &Touch) -> i32; in client_x()
56 pub fn client_y(this: &Touch) -> i32; in client_y()
63 pub fn page_x(this: &Touch) -> i32; in page_x()
70 pub fn page_y(this: &Touch) -> i32; in page_y()
77 pub fn radius_x(this: &Touch) -> i32; in radius_x()
84 pub fn radius_y(this: &Touch) -> i32; in radius_y()
[all …]
/dports/devel/sccache/sccache-0.2.15/cargo-crates/web-sys-0.3.46/src/features/
H A Dgen_Touch.rs13 pub type Touch; typedef
20 pub fn identifier(this: &Touch) -> i32; in identifier()
35 pub fn screen_x(this: &Touch) -> i32; in screen_x()
42 pub fn screen_y(this: &Touch) -> i32; in screen_y()
49 pub fn client_x(this: &Touch) -> i32; in client_x()
56 pub fn client_y(this: &Touch) -> i32; in client_y()
63 pub fn page_x(this: &Touch) -> i32; in page_x()
70 pub fn page_y(this: &Touch) -> i32; in page_y()
77 pub fn radius_x(this: &Touch) -> i32; in radius_x()
84 pub fn radius_y(this: &Touch) -> i32; in radius_y()
[all …]
/dports/net/routinator/routinator-0.10.2/cargo-crates/web-sys-0.3.51/src/features/
H A Dgen_Touch.rs13 pub type Touch; typedef
20 pub fn identifier(this: &Touch) -> i32; in identifier()
35 pub fn screen_x(this: &Touch) -> i32; in screen_x()
42 pub fn screen_y(this: &Touch) -> i32; in screen_y()
49 pub fn client_x(this: &Touch) -> i32; in client_x()
56 pub fn client_y(this: &Touch) -> i32; in client_y()
63 pub fn page_x(this: &Touch) -> i32; in page_x()
70 pub fn page_y(this: &Touch) -> i32; in page_y()
77 pub fn radius_x(this: &Touch) -> i32; in radius_x()
84 pub fn radius_y(this: &Touch) -> i32; in radius_y()
[all …]
/dports/games/genact/genact-0.10.0/cargo-crates/web-sys-0.3.44/src/features/
H A Dgen_Touch.rs13 pub type Touch; typedef
20 pub fn identifier(this: &Touch) -> i32; in identifier()
35 pub fn screen_x(this: &Touch) -> i32; in screen_x()
42 pub fn screen_y(this: &Touch) -> i32; in screen_y()
49 pub fn client_x(this: &Touch) -> i32; in client_x()
56 pub fn client_y(this: &Touch) -> i32; in client_y()
63 pub fn page_x(this: &Touch) -> i32; in page_x()
70 pub fn page_y(this: &Touch) -> i32; in page_y()
77 pub fn radius_x(this: &Touch) -> i32; in radius_x()
84 pub fn radius_y(this: &Touch) -> i32; in radius_y()
[all …]
/dports/lang/gleam/gleam-0.18.2/cargo-crates/web-sys-0.3.55/src/features/
H A Dgen_Touch.rs13 pub type Touch; typedef
20 pub fn identifier(this: &Touch) -> i32; in identifier()
35 pub fn screen_x(this: &Touch) -> i32; in screen_x()
42 pub fn screen_y(this: &Touch) -> i32; in screen_y()
49 pub fn client_x(this: &Touch) -> i32; in client_x()
56 pub fn client_y(this: &Touch) -> i32; in client_y()
63 pub fn page_x(this: &Touch) -> i32; in page_x()
70 pub fn page_y(this: &Touch) -> i32; in page_y()
77 pub fn radius_x(this: &Touch) -> i32; in radius_x()
84 pub fn radius_y(this: &Touch) -> i32; in radius_y()
[all …]
/dports/net-im/fractal/fractal-4.4.0/vendor/web-sys/src/features/
H A Dgen_Touch.rs13 pub type Touch; typedef
20 pub fn identifier(this: &Touch) -> i32; in identifier()
35 pub fn screen_x(this: &Touch) -> i32; in screen_x()
42 pub fn screen_y(this: &Touch) -> i32; in screen_y()
49 pub fn client_x(this: &Touch) -> i32; in client_x()
56 pub fn client_y(this: &Touch) -> i32; in client_y()
63 pub fn page_x(this: &Touch) -> i32; in page_x()
70 pub fn page_y(this: &Touch) -> i32; in page_y()
77 pub fn radius_x(this: &Touch) -> i32; in radius_x()
84 pub fn radius_y(this: &Touch) -> i32; in radius_y()
[all …]
/dports/net-im/libsignal-client/libsignal-client-0.9.6/cargo-crates/web-sys-0.3.47/src/features/
H A Dgen_Touch.rs13 pub type Touch; typedef
20 pub fn identifier(this: &Touch) -> i32; in identifier()
35 pub fn screen_x(this: &Touch) -> i32; in screen_x()
42 pub fn screen_y(this: &Touch) -> i32; in screen_y()
49 pub fn client_x(this: &Touch) -> i32; in client_x()
56 pub fn client_y(this: &Touch) -> i32; in client_y()
63 pub fn page_x(this: &Touch) -> i32; in page_x()
70 pub fn page_y(this: &Touch) -> i32; in page_y()
77 pub fn radius_x(this: &Touch) -> i32; in radius_x()
84 pub fn radius_y(this: &Touch) -> i32; in radius_y()
[all …]
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/web-sys-0.3.55/src/features/
H A Dgen_Touch.rs13 pub type Touch; typedef
20 pub fn identifier(this: &Touch) -> i32; in identifier()
35 pub fn screen_x(this: &Touch) -> i32; in screen_x()
42 pub fn screen_y(this: &Touch) -> i32; in screen_y()
49 pub fn client_x(this: &Touch) -> i32; in client_x()
56 pub fn client_y(this: &Touch) -> i32; in client_y()
63 pub fn page_x(this: &Touch) -> i32; in page_x()
70 pub fn page_y(this: &Touch) -> i32; in page_y()
77 pub fn radius_x(this: &Touch) -> i32; in radius_x()
84 pub fn radius_y(this: &Touch) -> i32; in radius_y()
[all …]
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/web-sys-0.3.50/src/features/
H A Dgen_Touch.rs13 pub type Touch; typedef
20 pub fn identifier(this: &Touch) -> i32; in identifier()
35 pub fn screen_x(this: &Touch) -> i32; in screen_x()
42 pub fn screen_y(this: &Touch) -> i32; in screen_y()
49 pub fn client_x(this: &Touch) -> i32; in client_x()
56 pub fn client_y(this: &Touch) -> i32; in client_y()
63 pub fn page_x(this: &Touch) -> i32; in page_x()
70 pub fn page_y(this: &Touch) -> i32; in page_y()
77 pub fn radius_x(this: &Touch) -> i32; in radius_x()
84 pub fn radius_y(this: &Touch) -> i32; in radius_y()
[all …]
/dports/dns/doh-proxy/doh-proxy-0.9.2/cargo-crates/web-sys-0.3.53/src/features/
H A Dgen_Touch.rs13 pub type Touch; typedef
20 pub fn identifier(this: &Touch) -> i32; in identifier()
35 pub fn screen_x(this: &Touch) -> i32; in screen_x()
42 pub fn screen_y(this: &Touch) -> i32; in screen_y()
49 pub fn client_x(this: &Touch) -> i32; in client_x()
56 pub fn client_y(this: &Touch) -> i32; in client_y()
63 pub fn page_x(this: &Touch) -> i32; in page_x()
70 pub fn page_y(this: &Touch) -> i32; in page_y()
77 pub fn radius_x(this: &Touch) -> i32; in radius_x()
84 pub fn radius_y(this: &Touch) -> i32; in radius_y()
[all …]

12345678910>>...250