| 51 | } |
| 52 | |
| 53 | void Entry::PrependText( const sf::String& text ) { |
| 54 | SetText( text + m_string ); |
| 55 | } |
| 56 | |
| 57 | void Entry::SetCursorPosition( int new_position ) { |
| 58 | if( new_position == m_cursor_position ) { |
nothing calls this directly
no outgoing calls
no test coverage detected