Quellcode durchsuchen

Add TextBox InputMode property documentation

Marc Plano-Lesay vor 12 Jahren
Ursprung
Commit
c1d642c2f6
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  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'
          height      = <height>  // Can be used in place of 'size', e.g. with 'autoWidth = true'
          text        = <string>
+         inputMode   = <TextBox::InputMode constant>
     }
  @endverbatim
  */