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

Method SendWindowsKey

src/client/ct_workspace.cpp:148–154  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

146 }
147
148 void Workspace::SendWindowsKey(unsigned long vk, bool down) {
149 if (!game_views_.empty() && !remote_force_closed_) {
150 if (game_views_[kMainGameViewIndex]) {
151 game_views_[kMainGameViewIndex]->SendKeyEvent(vk, down);
152 }
153 }
154 }
155
156 void Workspace::CalculateAspectRatio() {
157 for (auto game_view : game_views_) {

Callers 1

mainFunction · 0.45

Calls 1

SendKeyEventMethod · 0.45

Tested by

no test coverage detected