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

Method pointerLeaveEvent

src/window.cpp:2854–2860  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2852}
2853
2854void Window::pointerLeaveEvent()
2855{
2856 cancelAutoRaise();
2857 workspace()->cancelDelayFocus();
2858 // TODO: send hover leave to deco
2859 // TODO: handle Options::FocusStrictlyUnderMouse
2860}
2861
2862RectF Window::iconGeometry() const
2863{

Callers 3

updateToResetMethod · 0.45
focusUpdateMethod · 0.45
focusUpdateMethod · 0.45

Calls 2

workspaceFunction · 0.85
cancelDelayFocusMethod · 0.80

Tested by

no test coverage detected