var tf:TextField = _stage.focu s as TextField;
if (tf == null || tf.type != TextFieldType.INPUT) IME.enabled = false;
ScreenManager.instance.screen.refresh(time);
版权声明:本文为WZ_Yong原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接和本声明。
var tf:TextField = _stage.focu s as TextField;
if (tf == null || tf.type != TextFieldType.INPUT) IME.enabled = false;
ScreenManager.instance.screen.refresh(time);