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

Method sendKeyEvent

client/remoteviewclient.cpp:35–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33}
34
35void RemoteViewClient::sendKeyEvent(int type, int key, int modifiers, const QString &text,
36 bool autorep, ushort count)
37{
38 Endpoint::instance()->invokeObject(name(), "sendKeyEvent", QVariantList() << QVariant::fromValue(type) << QVariant::fromValue(key) << QVariant::fromValue(modifiers) << QVariant::fromValue(text) << QVariant::fromValue(autorep) << QVariant::fromValue(count));
39}
40
41void RemoteViewClient::sendMouseEvent(int type, const QPoint &localPos, int button, int buttons,
42 int modifiers)

Callers

nothing calls this directly

Calls 1

invokeObjectMethod · 0.45

Tested by

no test coverage detected