SetEditBoxPasswordMode
Description
Sets whether the edit box display stars instead of the text input. Using GetEditBoxText will still return the actual characters entered by the user.
Definition
SetEditBoxPasswordMode( index, mode )
void agk::SetEditBoxPasswordMode( UINT index, int mode )
Parameters
- index - The ID of the edit box to modify.
- mode - 1 to display stars, 0 to display the normal input.