MCPcopy Create free account
hub / github.com/RGAA-Software/GoDesk / OnKeyReleaseEvent

Method OnKeyReleaseEvent

src/client/front_render/ct_video_widget.cpp:150–154  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

148 }
149
150 void VideoWidget::OnKeyReleaseEvent(QKeyEvent* e) {
151#ifdef WIN32
152 SendKeyEvent(e->nativeVirtualKey(), false);
153#endif
154 }
155
156 void VideoWidget::RegisterMouseKeyboardEventCallback(const OnMouseKeyboardEventCallback& cbk) {
157 event_cbk_ = cbk;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected