Skip to content
This repository was archived by the owner on Nov 8, 2019. It is now read-only.
This repository was archived by the owner on Nov 8, 2019. It is now read-only.

GvrKeyboard text setter #813

@vinhui

Description

@vinhui

Any chance we could get a setter for GvrKeyboard.EditorText? I manually added it and it works, would be nice to not have to add it anytime I update.

  public string EditorText {
    get { return instance != null ? instance.keyboardState.editorText : string.Empty; }
    set { keyboardProvider.EditorText = value; }
  }

I need this for a custom implementation of UI textfield interaction since InputFields do not work.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions