KeyEvent.TYPE is back

This commit is contained in:
codeanticode
2013-08-14 11:48:10 -04:00
parent 4f8ff3c590
commit 34a7c881dd
+1 -4
View File
@@ -2817,10 +2817,7 @@ public class PGL {
nativeKeyEvent(e, KeyEvent.RELEASE);
}
public void keyTyped(com.jogamp.newt.event.KeyEvent e) {
// TODO: need to re-implement because The key typed event has been
// removed from NEWT:
// http://forum.jogamp.org/KeyAdapter-gone-from-NEWT-s-KeyAdapter-td4029500.html
// nativeKeyEvent(e, KeyEvent.TYPE);
nativeKeyEvent(e, KeyEvent.TYPE);
}
}