1
0
mirror of https://gitlab.com/kelteseth/ScreenPlay.git synced 2024-09-14 22:42:34 +02:00
ScreenPlay/ScreenPlayUtil/qml/MouseHoverBlocker.qml
Elias Steurer bb700780ef Move workshop qml files into ScreenPlayWorkshop
Move common qml stuff into ScreenPlayUtil
2022-04-23 14:32:36 +02:00

9 lines
131 B
QML

import QtQuick
MouseArea {
anchors.fill: parent
enabled: true
hoverEnabled: true
propagateComposedEvents: false
}