Page 1 of 1

Problem with IsKeyDown()

Posted: Wed Oct 19, 2011 7:41 pm
by Allanon
Hello,
I've problems detecting accented characters with OnKeyDown() function, I'm not able to detect èòàùì and so on characters... it is a bug or it's a wanted behaviour?

Re: Problem with IsKeyDown()

Posted: Thu Oct 20, 2011 11:35 am
by airsoftsoftwair
It's a known bug. The problem is that all accented keys involve two key events... this is currently not handled correctly but it's planned to correct this.

Re: Problem with IsKeyDown()

Posted: Thu Oct 20, 2011 11:47 am
by Allanon
Great! Thank you :D