MCPcopy Create free account
hub / github.com/KDE/kwin / isActiveFullScreenEffect

Method isActiveFullScreenEffect

src/scripting/scriptedeffect.cpp:325–328  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

323}
324
325bool ScriptedEffect::isActiveFullScreenEffect() const
326{
327 return effects->activeFullScreenEffect() == this;
328}
329
330QList<int> ScriptedEffect::touchEdgesForAction(const QString &action) const
331{

Callers 1

testFullScreenEffectMethod · 0.80

Calls 1

Tested by 1

testFullScreenEffectMethod · 0.64