wtk 25 key event bug
Hello !
I took this provocative title because i hope to get a little more feedback.
I do not really know whether it is a bug, but:
On my emulator a Canvas receives 2 key events for one click.
So exactly spoken:
If a button is clicked in emulator, first method
keyPressed() is invoked, then
method keyRepeated() is invoked.
On WTK 22 key events did not work at all, speak: the method keyRepeated() was never invoked on a Canvas.
But now i cannot press the button so short, that keyRepeated() is not invoked.
Did anyone out there experience the same behaviour ?
regards

