SFML community forums
General => Feature requests => Topic started by: The Terminator on November 11, 2012, 03:25:38 pm
-
I was working on my game, and I thought special keyboard events might be a good idea for SFML. For example, let's say we had a character on a map. This character walked normally using wasd keys. Now, if we wanted to make the character run, we had to double click either of the wasd keys within a certain amount of time. I think it would be nice if SFML handled this :). Thanks for hearing me out
-
I think it would be nice if SFML handled this
Definitely not :P
-
You can implement this easily on your own while using SFML. ;)