Click or drag to resize
TouchScreenKeyboardOpen Method

Namespace: FairyGUI
Assembly: FairyGUI (in FairyGUI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public void Open(
	string text,
	bool autocorrection,
	bool multiline,
	bool secure,
	bool alert,
	string textPlaceholder,
	int keyboardType
)

Parameters

text
Type: SystemString
autocorrection
Type: SystemBoolean
multiline
Type: SystemBoolean
secure
Type: SystemBoolean
alert
Type: SystemBoolean
textPlaceholder
Type: SystemString
keyboardType
Type: SystemInt32

Implements

IKeyboardOpen(String, Boolean, Boolean, Boolean, Boolean, String, Int32)
See Also