SFML community forums

Help => General => Topic started by: Leodido on March 19, 2010, 02:04:13 pm

Title: How to convert a key press to a string?
Post by: Leodido on March 19, 2010, 02:04:13 pm
I'd like to be able to type text in my programm, but I don't know how to convert Event.Key.Code key to a string?

Is there any easy way to do that?
Title: How to convert a key press to a string?
Post by: Laurent on March 19, 2010, 02:14:48 pm
Use Event::TextEntered for text input.