From 1ba6f2eae322aaa8de637afd488d8a537ed8b9bc Mon Sep 17 00:00:00 2001 From: MrZ626 <1046101471@qq.com> Date: Wed, 2 Sep 2020 00:16:19 +0800 Subject: [PATCH] =?UTF-8?q?=E9=BC=A0=E6=A0=87=E7=82=B9=E5=87=BB=E6=8C=89?= =?UTF-8?q?=E9=92=AE=E5=90=8E=E4=B8=8D=E5=A4=B1=E5=8E=BB=E7=84=A6=E7=82=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Zframework/init.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/Zframework/init.lua b/Zframework/init.lua index c8e89e9d..8ca9e036 100644 --- a/Zframework/init.lua +++ b/Zframework/init.lua @@ -121,6 +121,7 @@ function love.mousereleased(x,y,k,touch,num) if touch or SCN.swapping then return end mx,my=xOy:inverseTransformPoint(x,y) WIDGET.release(mx,my) + WIDGET.moveCursor(mx,my) if mouseUp[SCN.cur]then mouseUp[SCN.cur](mx,my,k) end