|
From: Elias N. <eli...@us...> - 2005-01-10 08:19:39
|
Update of /cvsroot/java-game-lib/LWJGL/src/java/org/lwjgl/test/input In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20677/src/java/org/lwjgl/test/input Modified Files: KeyboardTest.java Log Message: Removed enableBuffer() and enableTranslation() from the public API. Index: KeyboardTest.java =================================================================== RCS file: /cvsroot/java-game-lib/LWJGL/src/java/org/lwjgl/test/input/KeyboardTest.java,v retrieving revision 1.29 retrieving revision 1.30 diff -u -d -r1.29 -r1.30 --- KeyboardTest.java 22 Jul 2004 14:56:40 -0000 1.29 +++ KeyboardTest.java 10 Jan 2005 08:19:28 -0000 1.30 @@ -127,8 +127,6 @@ private void createKeyboard() { try { Keyboard.create(); - Keyboard.enableBuffer(); - Keyboard.enableTranslation(); } catch (Exception e) { e.printStackTrace(); System.exit(-1); |