MCPcopy Create free account
hub / github.com/TankOs/SFGUI / HideText

Method HideText

src/SFGUI/Entry.cpp:66–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64}
65
66void Entry::HideText( std::uint32_t c ) {
67 if( c == 0x00 || ( c > 0x1f && c != 0x7f ) ) {
68 // not a control character
69 m_text_placeholder = c;
70 RecalculateVisibleString();
71 }
72}
73
74std::uint32_t Entry::GetHideCharacter() const {
75 return m_text_placeholder;

Callers 1

RunMethod · 0.80

Calls

no outgoing calls

Tested by 1

RunMethod · 0.64