/// <summary>
 /// Gets the input field used in the demo.
 /// </summary>
 /// <returns>The input field used in the demo.</returns>
 public SystemKeyboardInputHelper GetDemoInputField()
 {
     return(RootTree.GetComponentInChildren <SystemKeyboardInputHelper>(true));
 }