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

Method isFullyVisible

Server/Source/ProcessorWindow.cpp:106–110  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

104}
105
106bool ProcessorWindow::isFullyVisible() const {
107 return m_screenCaptureRect.getX() >= 0 && m_screenCaptureRect.getY() >= 0 &&
108 m_screenCaptureRect.getRight() <= m_totalRect.getRight() &&
109 m_screenCaptureRect.getBottom() <= m_totalRect.getBottom();
110}
111
112void ProcessorWindow::updateScreenCaptureArea() {
113 traceScope();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected