Page 2 of 2

Re: Changing keyboard input into characters.

Posted: Mon Dec 01, 2008 5:23 pm
by appleide
rude wrote:
muku wrote:Translating key codes into characters directly is a bad idea because it doesn't take the user's keyboard layout into account; international users are out of luck, for example. SDL actually provides automatic translation of key hits into Unicode characters, but I guess Löve doesn't expose that functionality?
I didn't know that! :shock:

Will investigate and expose.

While you're at it could you expose SDL's set_key_repeat too? :)