emreakkaya1 / jmonkeyengine

Automatically exported from code.google.com/p/jmonkeyengine
0 stars 0 forks source link

AwtKeyInput prints key events without possibility for disabling #560

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
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

Original issue reported on code.google.com by m...@jespersmith.nl on 14 Dec 2012 at 8:26

GoogleCodeExporter commented 8 years ago
I removed the system.out, thanks for reporting

Original comment by remy.bou...@gmail.com on 18 Dec 2012 at 4:37