给一些联网相关的输入框添加输入长度限制

This commit is contained in:
MrZ626
2021-10-17 23:44:49 +08:00
parent fdb6276869
commit 99e77969ad
6 changed files with 12 additions and 12 deletions

View File

@@ -11,7 +11,7 @@ local SCR,VK,NET,netPLY=SCR,VK,NET,netPLY
local PLAYERS,GAME=PLAYERS,GAME
local textBox=WIDGET.newTextBox{name="texts",x=340,y=80,w=600,h=560}
local inputBox=WIDGET.newInputBox{name="input",x=340,y=660,w=600,h=50}
local inputBox=WIDGET.newInputBox{name="input",x=340,y=660,w=600,h=50,limit=256}
local playing
local lastUpstreamTime