I've tried to make some text input in SFML but "input += event.text.unicode" removes what was previously written: when I draw a Text with "input" as string it shows the character currently pressed and then removes it when another key is pressed. What am I doing wrong?