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

Method OnGetCaptureMonitorsCount

src/client/ct_base_workspace.cpp:1107–1109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1105 }
1106
1107 void BaseWorkspace::OnGetCaptureMonitorsCount(int monitors_count) {
1108 monitors_count_ = monitors_count;
1109 }
1110
1111 void BaseWorkspace::OnGetCaptureMonitorName(std::string monitor_name) {
1112 if (!game_view_) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected