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

Method endInteractiveMoveResize

src/window.cpp:2566–2575  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2564}
2565
2566void Window::endInteractiveMoveResize()
2567{
2568 setInteractiveMoveResizePointerButtonDown(false);
2569 stopDelayedInteractiveMoveResize();
2570 if (isInteractiveMoveResize()) {
2571 finishInteractiveMoveResize(false);
2572 setInteractiveMoveResizeGravity(mouseGravity());
2573 }
2574 updateCursor();
2575}
2576
2577void Window::cancelInteractiveMoveResize()
2578{

Callers 8

pointerButtonMethod · 0.80
touchUpMethod · 0.80
tabletToolTipEventMethod · 0.80
tabletToolButtonEventMethod · 0.80

Tested by 1