游戏界面按鼠标右键不再会退出

This commit is contained in:
MrZ626
2021-01-20 00:38:18 +08:00
parent 674a48133a
commit 48e9e5e2c5

View File

@@ -38,6 +38,7 @@ function scene.sceneInit()
noTouch=not SETTING.VKSwitch or noKey
end
scene.mouseDown=NULL
function scene.touchDown(_,x,y)
if noTouch then return end