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

Method OnKeyPressEvent

src/client/front_render/ct_video_widget.cpp:144–148  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

142 }
143
144 void VideoWidget::OnKeyPressEvent(QKeyEvent* e) {
145#ifdef WIN32
146 SendKeyEvent(e->nativeVirtualKey(), true);
147#endif
148 }
149
150 void VideoWidget::OnKeyReleaseEvent(QKeyEvent* e) {
151#ifdef WIN32

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected