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

Method SendKeyEvent

src/client/ct_game_view.cpp:221–223  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

219 }
220
221 void GameView::SendKeyEvent(quint32 vk, bool down) {
222 video_widget_->SendKeyEvent(vk, down);
223 }
224
225 void GameView::SwitchToFullWindow() {
226 auto target_title_bar_height = this->isFullScreen() ? 0 : kTitleBarHeight;

Callers 2

SendWindowsKeyMethod · 0.45
SendWindowsKeyMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected