微调文本框控件滚动条件,微调联网游戏按钮行为,微调控制台输出空行的时机
This commit is contained in:
@@ -846,9 +846,6 @@ function scene.keyDown(key)
|
||||
if history[27]then rem(history,1)end
|
||||
hisPtr=nil
|
||||
|
||||
--Insert empty line
|
||||
log""
|
||||
|
||||
--Execute
|
||||
if input:byte()==35 then
|
||||
--Execute lua code
|
||||
@@ -882,6 +879,9 @@ function scene.keyDown(key)
|
||||
end
|
||||
end
|
||||
inputBox:clear()
|
||||
|
||||
--Insert empty line
|
||||
log""
|
||||
elseif key=="up"then
|
||||
if not hisPtr then
|
||||
hisPtr=#history
|
||||
|
||||
Reference in New Issue
Block a user