MCPcopy Create free account
hub / github.com/KDAB/GammaRay / sendWheelEvent

Method sendWheelEvent

client/remoteviewclient.cpp:47–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45}
46
47void RemoteViewClient::sendWheelEvent(const QPoint &localPos, QPoint pixelDelta, QPoint angleDelta,
48 int buttons, int modifiers)
49{
50 Endpoint::instance()->invokeObject(name(), "sendWheelEvent", QVariantList() << QVariant::fromValue(localPos) << QVariant::fromValue(pixelDelta) << QVariant::fromValue(angleDelta) << QVariant::fromValue(buttons) << QVariant::fromValue(modifiers));
51}
52
53void RemoteViewClient::sendTouchEvent(const QString &deviceName, int deviceSystemId, int type, int touchDeviceType, int deviceCaps, int touchDeviceMaxTouchPoints, int modifiers,
54 const QList<QTouchEvent::TouchPoint> &touchPoints)

Callers

nothing calls this directly

Calls 1

invokeObjectMethod · 0.45

Tested by

no test coverage detected