cohtml.CohtmlTouchKeyboard

A class allowing the implementation of virtual touch keyboard.

Inherits from cohtml.VirtualKeyboard, MonoBehaviour

Public Classes

Name
classOptions
Stores CohtmlTouchKeyboard data.

Public Functions

Name
virtual override voidStart()

Protected Functions

Name
virtual override voidOnSetKeyboardOptionsCallback()
virtual override voidOnFocusCallback(string content)
virtual override stringOnBlurCallback()

Public Properties

Name
OptionsKeyboardOptions
The options of this Touch Keyboard object.

Additional inherited members

Protected Functions inherited from cohtml.VirtualKeyboard

Name
voidRefreshText(string text)

Public Properties inherited from cohtml.VirtualKeyboard

Name
CohtmlViewViewComponent
Returns the CohtmlView component.

Protected Attributes inherited from cohtml.VirtualKeyboard

Name
CohtmlViewm_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.