Skip to content
Snippets Groups Projects
Commit 3e474d2c authored by Felix Gerking's avatar Felix Gerking
Browse files

Mouse: Disable client cursor

Deactivation of the ClientCursor, because it is displayed at touch events.

BCS: 746-000666
parent 79cc71ca
No related branches found
No related tags found
1 merge request!2Mouse: Disable client cursor
......@@ -74,7 +74,7 @@ WaylandOutput {
WaylandMouseTracker {
id: mouseTracker
anchors.fill: parent
windowSystemCursorEnabled: !clientCursor.visible
windowSystemCursorEnabled: true
rotation: 180
Rectangle {
......@@ -90,14 +90,14 @@ WaylandOutput {
}
}
WaylandCursorItem {
id: clientCursor
inputEventsEnabled: false
x: mouseTracker.mouseX
y: mouseTracker.mouseY
seat: comp.defaultSeat
visible: surface !== null && mouseTracker.containsMouse
}
//WaylandCursorItem {
// id: clientCursor
// inputEventsEnabled: false
// x: mouseTracker.mouseX
// y: mouseTracker.mouseY
// seat: comp.defaultSeat
// visible: surface !== null && mouseTracker.containsMouse
//}
}
Shortcut {
sequence: "Ctrl+Alt+Backspace"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment