MCPcopy Create free account
hub / github.com/KDE/kwin / ~InputEventFilter

Method ~InputEventFilter

src/input.cpp:90–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88}
89
90InputEventFilter::~InputEventFilter()
91{
92 if (input()) {
93 input()->uninstallInputEventFilter(this);
94 }
95}
96
97int InputEventFilter::weight() const
98{

Callers

nothing calls this directly

Calls 2

inputFunction · 0.85

Tested by

no test coverage detected