I've find a difference between KeyPressed from NEWT vs AWT. All KeyPressed events from newt have an undefined key char, while awt.KeyEvent have a valid key char.
I have a workaround (not pretty) to handle the differences, but that would be great to have same behavior with awt/newt.
I'm using JOGL b544 with windows 7. Does anyone have seen this different in different os too ?
Jérôme