C# Class FairyGUI.TouchScreenKeyboard

Inheritance: IKeyboard
显示文件 Open project: fairygui/FairyGUI-unity

Public Methods

Method Description
Close ( ) : void
GetInput ( ) : string
Open ( string text, bool autocorrection, bool multiline, bool secure, bool alert, string textPlaceholder, int keyboardType ) : void

Method Details

Close() public method

public Close ( ) : void
return void

GetInput() public method

public GetInput ( ) : string
return string

Open() public method

public Open ( string text, bool autocorrection, bool multiline, bool secure, bool alert, string textPlaceholder, int keyboardType ) : void
text string
autocorrection bool
multiline bool
secure bool
alert bool
textPlaceholder string
keyboardType int
return void