很多全局变量名改为大写

This commit is contained in:
MrZ626
2020-10-19 01:42:27 +08:00
parent 016efe011f
commit 60c656fd38
45 changed files with 595 additions and 596 deletions

View File

@@ -729,7 +729,7 @@ function WIDGET.press(x,y)
end
end
elseif W.type=="textBox"then
if system=="Android"then
if SYSTEM=="Android"then
local _,y=xOy:transformPoint(0,W.y+W.h)
kb.setTextInput(true,0,y,1,1)
end