Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
96
void ElaDxgiManager::stopGrabScreen()
97
{
98
Q_D(ElaDxgiManager);
99
d->_isAllowedGrabScreen = false;
100
d->_dxgi->setIsGrabActive(false);
101
}
102
103
bool ElaDxgiManager::getIsGrabScreen() const
104
{
Callers
1
T_ElaScreen
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected