Method | Description | |
---|---|---|
OnKeyboardEnterPressed ( string edit_text ) : void |
Called when the ENTER key is pressed on the keyboard.
|
|
OnKeyboardError ( GvrKeyboardError errorCode ) : void |
Called when there is an error with the keyboard.
|
|
OnKeyboardHide ( ) : void |
Called to hide the keyboard.
|
|
OnKeyboardShow ( ) : void |
Called to show the keyboard.
|
|
OnKeyboardUpdate ( string edit_text ) : void |
Called to update the keyboard.
|
public abstract OnKeyboardEnterPressed ( string edit_text ) : void | ||
edit_text | string | The current text for the keyboard. |
return | void |
public abstract OnKeyboardError ( GvrKeyboardError errorCode ) : void | ||
errorCode | GvrKeyboardError | The code of the error encountered. |
return | void |
public abstract OnKeyboardUpdate ( string edit_text ) : void | ||
edit_text | string | The current text for the keyboard. |
return | void |