cohtml.CohtmlTouchKeyboard
A class allowing the implementation of virtual touch keyboard.
Inherits from cohtml.VirtualKeyboard, MonoBehaviour
Public Classes
Section titled “Public Classes”| Name | |
|---|---|
| class | Options Stores CohtmlTouchKeyboard data. |
Public Functions
Section titled “Public Functions”| Name | |
|---|---|
| virtual override void | Start() |
Protected Functions
Section titled “Protected Functions”| Name | |
|---|---|
| virtual override void | OnSetKeyboardOptionsCallback() |
| virtual override void | OnFocusCallback(string content) |
| virtual override string | OnBlurCallback() |
Public Properties
Section titled “Public Properties”| Name | |
|---|---|
| Options | KeyboardOptions The options of this Touch Keyboard object. |
Additional inherited members
Section titled “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
Section titled “Public Functions Documentation”function Start
Section titled “function Start”virtual override void Start()Reimplements: cohtml.VirtualKeyboard.Start
Protected Functions Documentation
Section titled “Protected Functions Documentation”function OnSetKeyboardOptionsCallback
Section titled “function OnSetKeyboardOptionsCallback”virtual override void OnSetKeyboardOptionsCallback()Reimplements: cohtml.VirtualKeyboard.OnSetKeyboardOptionsCallback
function OnFocusCallback
Section titled “function OnFocusCallback”virtual override void OnFocusCallback( string content)Reimplements: cohtml.VirtualKeyboard.OnFocusCallback
function OnBlurCallback
Section titled “function OnBlurCallback”virtual override string OnBlurCallback()Reimplements: cohtml.VirtualKeyboard.OnBlurCallback
Public Property Documentation
Section titled “Public Property Documentation”property KeyboardOptions
Section titled “property KeyboardOptions”Options KeyboardOptions;The options of this Touch Keyboard object.
© 2026 Coherent Labs. All rights reserved.