AwtKeyInput prints key events without possibility for disabling

see http://code.google.com/p/jmonkeyengine/issues/detail?id=560&can=6&colspec=ID%20Type%20Status%20Component%20Priority%20Difficulty%20Product%20Milestone%20Owner%20Summary

When using AwtPanelsContext, AwtKeyInput echo’s all key presses on the screen using System.out.println(), which clutters the console. A better would be to use the logger.

THis is in the keyPressed and keyReleased functions

Yeah, such leftovers are usually from debugging sessions, are you using nightly/trunk? Thats generally not recommended for actual projects but if you have an eye on issues to report and are aware its unstable then you’re very welcome to use it :slight_smile:

Yes, at the moment we are closely following the nightly builds, I think because it fixes a few bugs that we’ve experienced. We’re happy to use the nightlies and report bugs we come along. Any preference on reporting in the bug tracker/forum?

Forum, thanks.