Home
last modified time | relevance | path

Searched refs:touchMotion (Results 1 – 25 of 34) sorted by relevance

12

/dports/x11-wm/plasma5-kwin/kwin-5.23.5/src/
H A Dtouch_input.cpp184 …input()->processSpies(std::bind(&InputEventSpy::touchMotion, std::placeholders::_1, id, pos, time)… in processMotion()
185 …input()->processFilters(std::bind(&InputEventFilter::touchMotion, std::placeholders::_1, id, pos, … in processMotion()
H A Ddpmsinputeventfilter.h32 bool touchMotion(qint32 id, const QPointF &pos, quint32 time) override;
H A Dinput_event_spy.h64 virtual void touchMotion(qint32 id, const QPointF &pos, quint32 time);
H A Ddpmsinputeventfilter.cpp98 bool DpmsInputEventFilter::touchMotion(qint32 id, const QPointF &pos, quint32 time) in touchMotion() function in KWin::DpmsInputEventFilter
H A Dinput_event_spy.cpp49 void InputEventSpy::touchMotion(qint32 id, const QPointF &point, quint32 time) in touchMotion() function in KWin::InputEventSpy
H A Dinput.cpp120 bool InputEventFilter::touchMotion(qint32 id, const QPointF &point, quint32 time) in touchMotion() function in KWin::InputEventFilter
380 bool touchMotion(qint32 id, const QPointF &pos, quint32 time) override { in touchMotion() function in KWin::LockScreenFilter
500 bool touchMotion(qint32 id, const QPointF &pos, quint32 time) override { in touchMotion() function in KWin::EffectsFilter
504 return static_cast< EffectsHandlerImpl* >(effects)->touchMotion(id, pos, time); in touchMotion()
567 bool touchMotion(qint32 id, const QPointF &pos, quint32 time) override { in touchMotion() function in KWin::MoveResizeFilter
682 bool touchMotion(qint32 id, const QPointF &pos, quint32 time) override { in touchMotion() function in KWin::WindowSelectorFilter
1049 bool touchMotion(qint32 id, const QPointF &pos, quint32 time) override { in touchMotion() function in KWin::InternalWindowEventFilter
1204 bool touchMotion(qint32 id, const QPointF &pos, quint32 time) override { in touchMotion() function in KWin::DecorationEventFilter
1330 bool touchMotion(qint32 id, const QPointF &pos, quint32 time) override { in touchMotion() function in KWin::ScreenEdgeInputFilter
1475 bool touchMotion(qint32 id, const QPointF &pos, quint32 time) override { in touchMotion() function in KWin::ForwardInputFilter
[all …]
H A Dplatform.h410 void touchMotion(qint32 id, const QPointF &pos, quint32 time);
H A Ddebug_console.h141 void touchMotion(qint32 id, const QPointF &pos, quint32 time) override;
H A Dinput.h397 virtual bool touchMotion(qint32 id, const QPointF &pos, quint32 time);
H A Dplatform.cpp369 void Platform::touchMotion(qint32 id, const QPointF &pos, quint32 time) in touchMotion() function in KWin::Platform
/dports/x11-wm/plasma5-kwin/kwin-5.23.5/autotests/integration/
H A Dwindow_selection_test.cpp282 …kwinApp()->platform()->touchMotion(0, client->frameGeometry().bottomRight() - QPoint(1, 1), timest… in testSelectOnWindowTouch()
534 kwinApp()->platform()->touchMotion(0, QPointF(5, 10), timestamp++); in testSelectPointTouch()
535 kwinApp()->platform()->touchMotion(2, QPointF(20, 25), timestamp++); in testSelectPointTouch()
536 kwinApp()->platform()->touchMotion(1, QPointF(25, 35), timestamp++); in testSelectPointTouch()
H A Ddecoration_input_test.cpp452 kwinApp()->platform()->touchMotion(0, p + offset, timestamp++); in testTapToMove()
468 …kwinApp()->platform()->touchMotion(1, QPoint(c->frameGeometry().center().x(), c->y() + c->clientPo… in testTapToMove()
472 …kwinApp()->platform()->touchMotion(1, QPoint(c->frameGeometry().center().x(), c->y() + c->clientPo… in testTapToMove()
H A Dscreenedges_test.cpp167 kwinApp()->platform()->touchMotion(1, startPos + delta, timestamp++); in testTouchCallback()
H A Dtouch_input_test.cpp193 kwinApp()->platform()->touchMotion(2, QPointF(100, 100) + c->clientPos(), timestamp++); in testMultipleTouchPoints()
H A Dscreenedge_client_show_test.cpp267 kwinApp()->platform()->touchMotion(0, targetPos, timestamp++); in testScreenEdgeShowX11Touch()
H A Dinternal_window.cpp475 kwinApp()->platform()->touchMotion(0, QPointF(80, 90), timestamp++); in testTouch()
481 kwinApp()->platform()->touchMotion(1, QPointF(20, 30), timestamp++); in testTouch()
/dports/x11-wm/plasma5-kwin/kwin-5.23.5/autotests/integration/scripting/
H A Dscreenedge_test.cpp204 kwinApp()->platform()->touchMotion(0, motionPos, timestamp++); in testTouchEdge()
280 kwinApp()->platform()->touchMotion(0, QPointF(500, 50), timestamp++); in testDeclarativeTouchEdge()
/dports/x11-wm/plasma5-kwin/kwin-5.23.5/src/effects/touchpoints/
H A Dtouchpoints.h35 bool touchMotion(qint32 id, const QPointF &pos, quint32 time) override;
H A Dtouchpoints.cpp71 bool TouchPointsEffect::touchMotion(qint32 id, const QPointF &pos, quint32 time) in touchMotion() function in KWin::TouchPointsEffect
/dports/x11-wm/plasma5-kwin/kwin-5.23.5/src/libinput/
H A Dconnection.h101 …void touchMotion(qint32 id, const QPointF &absolutePos, quint32 time, KWin::LibInput::Device *devi…
/dports/x11-wm/plasma5-kwin/kwin-5.23.5/src/effects/presentwindows/
H A Dpresentwindows.h105 bool touchMotion(qint32 id, const QPointF &pos, quint32 time) override;
/dports/net/freerdp/freerdp-2.5.0/uwac/include/uwac/
H A Duwac.h296 UwacTouchMotion touchMotion; member
/dports/x11-wm/plasma5-kwin/kwin-5.23.5/src/plugins/platforms/x11/windowed/
H A Dx11windowed_backend.cpp299 touchMotion(te->detail, position, te->time); in handleEvent()
/dports/net/freerdp/freerdp-2.5.0/client/Wayland/
H A Dwlfreerdp.c390 if (!wlf_handle_touch_motion(instance, &event.touchMotion)) in handle_uwac_events()
/dports/x11-wm/plasma5-kwin/kwin-5.23.5/src/plugins/platforms/wayland/
H A Dwayland_backend.cpp328 m_backend->touchMotion(tp->id(), tp->position(), tp->time()); in WaylandSeat()

12