MCPcopy Create free account
hub / github.com/apohl79/audiogridder / updateScreenCaptureArea

Method updateScreenCaptureArea

Server/Source/Processor.cpp:971–978  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

969}
970
971void Processor::updateScreenCaptureArea(int val) {
972 traceScope();
973 if (val == Defaults::SCAREA_FULLSCREEN) {
974 m_fullscreen = !m_fullscreen;
975 } else {
976 m_additionalScreenSpace = m_additionalScreenSpace + val > 0 ? m_additionalScreenSpace + val : 0;
977 }
978}
979
980int Processor::getAdditionalScreenCapturingSpace() {
981 traceScope();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected