SFML community forums

Help => Graphics => Topic started by: OutlawLee on May 08, 2012, 11:16:09 pm

Title: Real time input, input box
Post by: OutlawLee on May 08, 2012, 11:16:09 pm
I want to write out the text as something types it on the keyboard. So basically a input box without the box  :o

Is there any function like GetPressedKey() ????
Title: Re: Real time input, input box
Post by: Grimshaw on May 09, 2012, 03:06:51 am
Use event polling as in the tutorials, check the event type TextEntered.