MCPcopy Create free account
hub / github.com/KangLin/RabbitRemoteControl / keyEvent

Method keyEvent

Plugins/TigerVnc/Service/Connection.cpp:340–345  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

338}
339
340void CConnection::keyEvent(rdr::U32 keysym, rdr::U32 keycode, bool down)
341{
342 qDebug(TigerVNC, "keysym:%d;keycode:%d;down:%d", keysym, keycode, down);
343 if(m_InputDevice)
344 m_InputDevice->KeyEvent(keysym, keycode, down);
345}
346
347void CConnection::pointerEvent(const rfb::Point &pos, int buttonMask)
348{

Callers

nothing calls this directly

Calls 1

KeyEventMethod · 0.45

Tested by

no test coverage detected