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

Method checkInputWindowEvent

src/effect/effecthandler.cpp:1054–1063  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1052}
1053
1054bool EffectsHandler::checkInputWindowEvent(QMouseEvent *e)
1055{
1056 if (m_grabbedMouseEffects.isEmpty()) {
1057 return false;
1058 }
1059 for (Effect *effect : std::as_const(m_grabbedMouseEffects)) {
1060 effect->windowInputMouseEvent(e);
1061 }
1062 return true;
1063}
1064
1065bool EffectsHandler::checkInputWindowEvent(QWheelEvent *e)
1066{

Callers 6

pointerMotionMethod · 0.80
pointerButtonMethod · 0.80
pointerAxisMethod · 0.80
handleMouseEventMethod · 0.80
handleWheelEventMethod · 0.80
eventMethod · 0.80

Calls 2

isEmptyMethod · 0.45
windowInputMouseEventMethod · 0.45

Tested by

no test coverage detected