hawaii-desktop / greenisland

UNMAINTANED, please go to https://github.com/lirios/wayland
https://liri.io
GNU General Public License v2.0
75 stars 9 forks source link

Handle hot spots and pointer barrier with QuickOutput #139

Closed plfiorini closed 8 years ago

plfiorini commented 8 years ago

We previously did this with the OutputWindow, now that the class is gone and the output window is created from QML we need to implement this with an event filter installed when a QML window is assigned to the QuickOutput.

The filter will handle mouse motion events.