Skip to content

Use QWindow::startSystemMove() with Qt 5.15

Alexander Volkov requested to merge volkov/breeze:systemmove into master

... instead of X11 API to initiate window movement by a window manager. It works correctly when mouse events are synthesized from touch events (requires releasing of touch sequences that relies on Qt's internals and can be done only inside the xcb plugin). Besides it should work on Wayland.

Merge request reports