cohtml.CohtmlTouchKeyboard
A class allowing the implementation of virtual touch keyboard.
Inherits from cohtml.VirtualKeyboard, MonoBehaviour
Public Classes
Name | |
---|---|
class | Options Stores CohtmlTouchKeyboard data. |
Public Functions
Name | |
---|---|
virtual override void | Start() |
Protected Functions
Name | |
---|---|
virtual override void | OnSetKeyboardOptionsCallback() |
virtual override void | OnFocusCallback(string content) |
virtual override string | OnBlurCallback() |
Public Properties
Name | |
---|---|
Options | KeyboardOptions The options of this Touch Keyboard object. |
Additional inherited members
Protected Functions inherited from cohtml.VirtualKeyboard
Name | |
---|---|
void | RefreshText(string text) |
Public Properties inherited from cohtml.VirtualKeyboard
Name | |
---|---|
CohtmlView | ViewComponent Returns the CohtmlView component. |
Protected Attributes inherited from cohtml.VirtualKeyboard
Name | |
---|---|
CohtmlView | m_View |
Public Functions Documentation
function Start
virtual override void Start()
Reimplements: cohtml.VirtualKeyboard.Start
Protected Functions Documentation
function OnSetKeyboardOptionsCallback
virtual override void OnSetKeyboardOptionsCallback()
Reimplements: cohtml.VirtualKeyboard.OnSetKeyboardOptionsCallback
function OnFocusCallback
virtual override void OnFocusCallback(
string content
)
Reimplements: cohtml.VirtualKeyboard.OnFocusCallback
function OnBlurCallback
virtual override string OnBlurCallback()
Reimplements: cohtml.VirtualKeyboard.OnBlurCallback
Public Property Documentation
property KeyboardOptions
Options KeyboardOptions;
The options of this Touch Keyboard object.