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

Method sendMouseEvent

client/remoteviewclient.cpp:41–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39}
40
41void RemoteViewClient::sendMouseEvent(int type, const QPoint &localPos, int button, int buttons,
42 int modifiers)
43{
44 Endpoint::instance()->invokeObject(name(), "sendMouseEvent", QVariantList() << QVariant::fromValue(type) << QVariant::fromValue(localPos) << QVariant::fromValue(button) << QVariant::fromValue(buttons) << QVariant::fromValue(modifiers));
45}
46
47void RemoteViewClient::sendWheelEvent(const QPoint &localPos, QPoint pixelDelta, QPoint angleDelta,
48 int buttons, int modifiers)

Callers

nothing calls this directly

Calls 1

invokeObjectMethod · 0.45

Tested by

no test coverage detected