From cdb19179f33c4cca0dfc82720e2a019203917866 Mon Sep 17 00:00:00 2001 From: MrZ626 <1046101471@qq.com> Date: Fri, 31 Dec 2021 16:40:36 +0800 Subject: [PATCH] =?UTF-8?q?=E9=BA=BB=E5=B0=86=E5=B0=8F=E7=A8=8B=E5=BA=8F?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E8=A7=A6=E5=B1=8F=E6=8E=A7=E5=88=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- parts/scenes/app_mahjong.lua | 3 +++ 1 file changed, 3 insertions(+) diff --git a/parts/scenes/app_mahjong.lua b/parts/scenes/app_mahjong.lua index 4f861e98..8fa7983c 100644 --- a/parts/scenes/app_mahjong.lua +++ b/parts/scenes/app_mahjong.lua @@ -103,6 +103,9 @@ end function scene.mouseDown() _throwCard() end +function scene.touchMove(x,y)scene.mouseMove(x,y)end +function scene.touchDown(x,y)scene.mouseMove(x,y)end +function scene.touchClick(x,y)scene.mouseDown(x,y)end function scene.keyDown(key) if key=='left'then if selected then