词典场景按键也会自动开始输入
This commit is contained in:
@@ -134,7 +134,10 @@ function scene.keyDown(key)
|
||||
MES.new('info',text.copyDone)
|
||||
return
|
||||
else
|
||||
return
|
||||
if not WIDGET.isFocus(inputBox)then
|
||||
WIDGET.focus(inputBox)
|
||||
end
|
||||
WIDGET.keyPressed(key)
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user