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

Method sendTouchEvent

client/remoteviewclient.cpp:53–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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)
55{
56 Endpoint::instance()->invokeObject(name(), "sendTouchEvent", QVariantList() << QVariant::fromValue(deviceName) << QVariant::fromValue(deviceSystemId) << QVariant::fromValue(type) << QVariant::fromValue(touchDeviceType) << QVariant::fromValue(deviceCaps) << QVariant::fromValue(touchDeviceMaxTouchPoints) << QVariant::fromValue(modifiers) << QVariant::fromValue(touchPoints));
57}
58
59void RemoteViewClient::setViewActive(bool active)
60{

Callers

nothing calls this directly

Calls 1

invokeObjectMethod · 0.45

Tested by

no test coverage detected