SFML community forums
Help => General => Topic started 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?
-
Use Event::TextEntered for text input.