SFML community forums
Bindings - other languages => DotNet => Topic started by: zombiekiller222 on October 15, 2011, 09:42:08 am
-
Title says all.
-
You don't need to. The KeyPressed event (and/or IsKeyPressed) are about keys, which cannot be converted to chars directly.
Use the TextEntered event if you want to get characters.