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

Method stopGrabScreen

ElaWidgetTools/ElaDxgiManager.cpp:96–101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94}
95
96void ElaDxgiManager::stopGrabScreen()
97{
98 Q_D(ElaDxgiManager);
99 d->_isAllowedGrabScreen = false;
100 d->_dxgi->setIsGrabActive(false);
101}
102
103bool ElaDxgiManager::getIsGrabScreen() const
104{

Callers 1

T_ElaScreenMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected