From 3c61bcd0ed5be9c91a9fa40937725639d9e30156 Mon Sep 17 00:00:00 2001 From: Lennard Sprong Date: Sun, 31 May 2026 18:31:57 +0200 Subject: [PATCH] trizone: Improve inputs in One Button mode --- src/variety/lapaz.js | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/src/variety/lapaz.js b/src/variety/lapaz.js index 6437efb5d..35f15ec44 100644 --- a/src/variety/lapaz.js +++ b/src/variety/lapaz.js @@ -17,10 +17,18 @@ mouseinput_auto: function() { if (this.puzzle.playmode) { if (this.mousestart || this.mousemove) { - if (this.btn === "left") { + if (this.btn === "right") { + this.inputdragcross(); + } else if (this.isBorderMode()) { this.inputborder(); - } else if (this.btn === "right") { + } else if ( + this.pid === "lapaz" || + (this.puzzle.getConfig("use") === 2 && + this.puzzle.getConfig("patchwork_leftaux")) + ) { this.inputdragcross(); + } else { + this.inputQsubLine(); } } else if (this.mouseend && this.notInputted()) { if (