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

Method PrependText

src/SFGUI/Entry.cpp:53–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51}
52
53void Entry::PrependText( const sf::String& text ) {
54 SetText( text + m_string );
55}
56
57void Entry::SetCursorPosition( int new_position ) {
58 if( new_position == m_cursor_position ) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected