Click or drag to resize

InputTextFieldkeyboardInput Property

如果是true,则当文本获得焦点时,弹出键盘进行输入,如果是false则不会。 默认是使用Stage.keyboardInput的值。

Namespace:  FairyGUI
Assembly:  FairyGUI (in FairyGUI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public bool keyboardInput { get; set; }

Property Value

Type: Boolean
See Also