Просмотр исходного кода

Add TextBox InputMode property documentation

Marc Plano-Lesay 12 лет назад
Родитель
Сommit
c1d642c2f6
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      gameplay/src/TextBox.h

+ 1 - 0
gameplay/src/TextBox.h

@@ -30,6 +30,7 @@ namespace gameplay
          width       = <width>   // Can be used in place of 'size', e.g. with 'autoHeight = true'
          width       = <width>   // Can be used in place of 'size', e.g. with 'autoHeight = true'
          height      = <height>  // Can be used in place of 'size', e.g. with 'autoWidth = true'
          height      = <height>  // Can be used in place of 'size', e.g. with 'autoWidth = true'
          text        = <string>
          text        = <string>
+         inputMode   = <TextBox::InputMode constant>
     }
     }
  @endverbatim
  @endverbatim
  */
  */