Difference between revisions of "TextInputDialog:isSecureInput"
From GiderosMobile
(Created page with "__NOTOC__ '''Available since:''' Gideros 2012.8<br/> === Description === <br /> Returns whether the text object hides the text being entered.<br /> <br /> <source lang="lua">...") |
|||
Line 6: | Line 6: | ||
<br /> | <br /> | ||
<source lang="lua"> | <source lang="lua"> | ||
− | (bool) | + | (bool) = TextInputDialog:isSecureInput() |
</source> | </source> | ||
'''Returns''' (bool) Whether the text object hides the text being entered.<br/> | '''Returns''' (bool) Whether the text object hides the text being entered.<br/> |
Revision as of 10:16, 23 August 2018
Available since: Gideros 2012.8
Description
Returns whether the text object hides the text being entered.
(bool) = TextInputDialog:isSecureInput()
Returns (bool) Whether the text object hides the text being entered.