TextInputDialog:isSecureInput

From GiderosMobile
Revision as of 15:31, 13 July 2023 by Hgy29 (talk | contribs) (Text replacement - "<source" to "<syntaxhighlight")


Available since: Gideros 2012.8
Class: TextInputDialog

Description


Returns whether the text object hides the text being entered.

<syntaxhighlight lang="lua"> (bool) = TextInputDialog:isSecureInput() </source>

Return values

Returns (bool) Whether the text object hides the text being entered.