Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[add] Added passwordChar property to LineInputWidget. #2

Merged
merged 1 commit into from
Aug 12, 2018

Conversation

WebFreak001
Copy link
Contributor

After calling loadText you can now call .passwordChar = 'X' to make all characters appear as X

@property text () { return _text; }
@property font () { return _font; }
@property dstring text () { return _text; }
@property FontFace font () { return _font; }
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this was required to make it overridable

@KanzakiKino KanzakiKino changed the title Add passwordChar to LineInputWidget [add] Added passwordChar property to LineInputWidget. Aug 12, 2018
@KanzakiKino KanzakiKino merged commit e962ca7 into KanzakiKino:master Aug 12, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants