diff options
author | Sven Gothel <[email protected]> | 2013-06-17 09:41:45 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2013-06-17 09:41:45 +0200 |
commit | 8b9eb4687d94426615e9de28b91af6a20a01f5b8 (patch) | |
tree | 51fa8bd99aaa2eb9b392beb88dc8b52d2049b673 /src/demos/GLNewtRun.java | |
parent | affa7c075773cbafdd815c81422bb280bccf6aac (diff) |
Adapt to JOGL commit 8b33170ec6fd3f215976875cb66d746fa1b48f61, Fix Bug 688: Removal of NEWT KeyEvent.EVENT_KEY_TYPED and KeyListener.keyTyped(KeyEvent)
Diffstat (limited to 'src/demos/GLNewtRun.java')
-rwxr-xr-x | src/demos/GLNewtRun.java | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/demos/GLNewtRun.java b/src/demos/GLNewtRun.java index d02657c..264d504 100755 --- a/src/demos/GLNewtRun.java +++ b/src/demos/GLNewtRun.java @@ -44,9 +44,6 @@ public class GLNewtRun extends WindowAdapter implements KeyListener, MouseListen public void keyReleased(KeyEvent e) { System.out.println(e); } - public void keyTyped(KeyEvent e) { - System.out.println(e); - } public void mouseClicked(MouseEvent e) { System.out.println(" mouseevent: "+e); |