Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
90
InputEventFilter::~InputEventFilter()
91
{
92
if (input()) {
93
input()->uninstallInputEventFilter(this);
94
}
95
}
96
97
int InputEventFilter::weight() const
98
{
Callers
nothing calls this directly
Calls
2
input
Function · 0.85
uninstallInputEventFilter
Method · 0.80
Tested by
no test coverage detected