Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Sonic-DE/sonic-win
/ doStopMouseInterception
Method
doStopMouseInterception
src/effect/effecthandler.cpp:508–511 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
506
}
507
508
void EffectsHandler::doStopMouseInterception()
509
{
510
input()->pointer()->removeEffectsOverrideCursor();
511
}
512
513
bool EffectsHandler::isMouseInterception() const
514
{
Callers
nothing calls this directly
Calls
2
input
Function · 0.85
removeEffectsOverrideCursor
Method · 0.80
Tested by
no test coverage detected