Home
last modified time | relevance | path

Searched refs:isMouseInterception (Results 1 – 5 of 5) sorted by relevance

/dports/x11-wm/plasma5-kwin/kwin-5.23.5/src/tabbox/
H A Dx11_filter.cpp42 if (effects && static_cast<EffectsHandlerImpl*>(effects)->isMouseInterception()) { in event()
/dports/x11-wm/plasma5-kwin/kwin-5.23.5/src/
H A Deffects.h109 bool isMouseInterception() const;
H A Dpointer_input.cpp1371 if (effects && static_cast<EffectsHandlerImpl*>(effects)->isMouseInterception()) { in reevaluteSource()
H A Deffects.cpp699 bool EffectsHandlerImpl::isMouseInterception() const in isMouseInterception() function in KWin::EffectsHandlerImpl
H A Dinput.cpp2668 if (effects && static_cast<EffectsHandlerImpl*>(effects)->isMouseInterception()) { in findToplevel()