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

Method SendWindowsKey

src/client/ct_base_workspace.cpp:786–790  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

784 }
785
786 void BaseWorkspace::SendWindowsKey(unsigned long vk, bool down) {
787 if (game_view_) {
788 game_view_->SendKeyEvent(vk, down);
789 }
790 }
791
792 void BaseWorkspace::resizeEvent(QResizeEvent *event) {
793 main_progress_->setGeometry(0, title_bar_height_, event->size().width(), event->size().height());

Callers

nothing calls this directly

Calls 1

SendKeyEventMethod · 0.45

Tested by

no test coverage detected