MCPcopy Create free account
hub / github.com/Sonic-DE/sonic-win / stopMouseInterception

Method stopMouseInterception

src/effect/effecthandler.cpp:497–506  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

495}
496
497void EffectsHandler::stopMouseInterception(Effect *effect)
498{
499 if (!m_grabbedMouseEffects.contains(effect)) {
500 return;
501 }
502 m_grabbedMouseEffects.removeAll(effect);
503 if (m_grabbedMouseEffects.isEmpty()) {
504 doStopMouseInterception();
505 }
506}
507
508void EffectsHandler::doStopMouseInterception()
509{

Callers 1

stopInternalMethod · 0.80

Calls 2

containsMethod · 0.45
isEmptyMethod · 0.45

Tested by

no test coverage detected