TextInputDialog:setSecureInput

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


Sets whether the text object should hide the text being entered.

<syntaxhighlight lang="lua">

TextInputDialog:setSecureInput(secureInput)

</source>

Parameters

secureInput: (boolean) If 'true', the text object hides the text being entered.