CEGUI (Crazy Eddie's GUI) Forums
The official forum for CEGUI
http://cegui.org/forum/
How to display "*****" (password) in EditBox ?
http://cegui.org/forum/viewtopic.php?f=2&t=2475
Page
1
of
1
How to display "*****" (password) in EditBox ?
Posted:
Wed Mar 14, 2007 14:18
by
hcg_me
How to display "*****" (password) in EditBox ?
Posted:
Wed Mar 14, 2007 21:14
by
LennyH
Try the function setTextMasked.
You should also be able to change the character of the mask using setMaskCodePoint.
Posted:
Sat Mar 24, 2007 07:11
by
hcg_me
Thank you!