Skip to content

Raise and activate capture windows when shown

Noah Davis requested to merge work/ndavis/raise-activate into master

This code is in QML instead of C++ because you can't get the global mouse pos from QCursor on wayland. We need to get the mouse pos within the window and QML was the easiest place to get it.

BUG: 482467

Merge request reports