G
Guest
I have written a hangman game using the Compact Framework and I've
encountered a bug that I don't know how to fix.
When using the Letter Recognizer to input characters, as I'm writing the
letter i, I make an initial stroke down and the letter L appears on screen
and the stroke I just entered turns gray. If I then dot the i, the L
disappears and is replaced by an i.
In my game, I get the letter L as a keypress event, then I get an I. This
is obviously not what the user intended if they want to enter the letter I.
Does anyone know of a way to handle this correctly?
Thanks.
encountered a bug that I don't know how to fix.
When using the Letter Recognizer to input characters, as I'm writing the
letter i, I make an initial stroke down and the letter L appears on screen
and the stroke I just entered turns gray. If I then dot the i, the L
disappears and is replaced by an i.
In my game, I get the letter L as a keypress event, then I get an I. This
is obviously not what the user intended if they want to enter the letter I.
Does anyone know of a way to handle this correctly?
Thanks.