MCPcopy Create free account
hub / github.com/Liniyous/ElaWidgetTools / startGrabScreen

Method startGrabScreen

ElaWidgetTools/ElaDxgiManager.cpp:85–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83}
84
85void ElaDxgiManager::startGrabScreen()
86{
87 Q_D(ElaDxgiManager);
88 d->_isAllowedGrabScreen = true;
89 if (!d->_dxgi->getIsGrabActive())
90 {
91 d->_dxgi->setIsGrabActive(true);
92 Q_EMIT d->grabScreen();
93 }
94}
95
96void ElaDxgiManager::stopGrabScreen()
97{

Callers 1

T_ElaScreenMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected