修改系统进入文本输入状态时机

This commit is contained in:
MrZ626
2020-10-20 13:41:38 +08:00
parent 8ac1720e9d
commit 1ddea8e2cc
3 changed files with 17 additions and 6 deletions

View File

@@ -1,5 +1,10 @@
local rnd=math.random
local mobileHide=(SYSTEM=="Android"or SYSTEM=="iOS")and function()return true end
local mobileHide,mobileShow
if MOBILE then
function mobileHide()return true end
else
function mobileShow()return true end
end
local function BACK()SCN.back()end
local virtualkeySet={
{