Skip to content
SiteEmail

cohtml.CohtmlTouchKeyboard

A class allowing the implementation of virtual touch keyboard.

Inherits from cohtml.VirtualKeyboard, MonoBehaviour

Name
classOptions
Stores CohtmlTouchKeyboard data.
Name
virtual override voidStart()
Name
virtual override voidOnSetKeyboardOptionsCallback()
virtual override voidOnFocusCallback(string content)
virtual override stringOnBlurCallback()
Name
OptionsKeyboardOptions
The options of this Touch Keyboard object.

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
virtual override void Start()

Reimplements: cohtml.VirtualKeyboard.Start

virtual override void OnSetKeyboardOptionsCallback()

Reimplements: cohtml.VirtualKeyboard.OnSetKeyboardOptionsCallback

virtual override void OnFocusCallback(
string content
)

Reimplements: cohtml.VirtualKeyboard.OnFocusCallback

virtual override string OnBlurCallback()

Reimplements: cohtml.VirtualKeyboard.OnBlurCallback

Options KeyboardOptions;

The options of this Touch Keyboard object.