Hey guys. Having a little trouble with text input, using the TextEntered event.
I can't seem to get any characters added to the string. The only way I can is if I use Event::KeyPressed, which inserts unknown [] characters.
I'm using str += static_cast<char>(tInput.text.unicode); with SFML 2.0.
Thanks in advance =)