From e6c97abafc41030eda43da2d084ddea453d5b399 Mon Sep 17 00:00:00 2001 From: MrZ626 <1046101471@qq.com> Date: Fri, 23 Oct 2020 13:47:51 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AF=8D=E5=85=B8=E7=95=8C=E9=9D=A2=E6=89=93?= =?UTF-8?q?=E5=BC=80=E9=94=AE=E7=9B=98=E5=90=8E=E5=B1=8F=E5=B9=95=E4=B8=8D?= =?UTF-8?q?=E4=BC=9A=E5=BC=B9=E5=BE=88=E9=AB=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Zframework/widgetList.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Zframework/widgetList.lua b/Zframework/widgetList.lua index ba034151..a138a54f 100644 --- a/Zframework/widgetList.lua +++ b/Zframework/widgetList.lua @@ -647,7 +647,7 @@ local Widgets={ }, dict={ newText({name="title", x=20, y=5,font=70,align="L"}), - newKey({name="keyboard", x=960, y=60,w=200,h=80,font=35,code=function()love.keyboard.setTextInput(true)end,hide=mobileShow}), + newKey({name="keyboard", x=960, y=60,w=200,h=80,font=35,code=function()love.keyboard.setTextInput(true,0,0,1,1)end,hide=mobileShow}), newKey({name="link", x=1140, y=650,w=200,h=80,font=35,code=pressKey("link"),hide=function()return not sceneTemp.url end}), newKey({name="up", x=1190, y=440,w=100,h=100,font=35,code=pressKey("up"),hide=mobileShow}), newKey({name="down", x=1190, y=550,w=100,h=100,font=35,code=pressKey("down"),hide=mobileShow}),