SFML community forums

Help => General => Topic started by: Sohil Shrestha7 on May 17, 2013, 03:20:07 pm

Title: any function
Post by: Sohil Shrestha7 on May 17, 2013, 03:20:07 pm
any function to store keypressed.
as in character = sf::keyboard:: any specific key pressed
Title: Re: any function
Post by: eXpl0it3r on May 17, 2013, 04:54:47 pm
You can use the sf::Event::TextEvent event. ;)

I highly recommend to read the tutorials and documentation.