From 8d9d7f350e11e454a753f4481264e3f7277af12f Mon Sep 17 00:00:00 2001 From: Elias Naur Date: Thu, 15 Jun 2006 13:41:26 +0000 Subject: [PATCH] Removed isStateKeySet from KeyboardTest --- src/java/org/lwjgl/test/input/KeyboardTest.java | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/src/java/org/lwjgl/test/input/KeyboardTest.java b/src/java/org/lwjgl/test/input/KeyboardTest.java index 9f3db0e0..b1cf163f 100644 --- a/src/java/org/lwjgl/test/input/KeyboardTest.java +++ b/src/java/org/lwjgl/test/input/KeyboardTest.java @@ -175,17 +175,6 @@ public class KeyboardTest { position.y -= 1; } - if (Keyboard.isStateKeySet(Keyboard.KEY_SCROLL) == Keyboard.STATE_ON) { - System.out.println("SCROLL lock on"); - } - - if (Keyboard.isStateKeySet(Keyboard.KEY_CAPITAL) == Keyboard.STATE_ON) { - System.out.println("CAPS lock on"); - } - - if (Keyboard.isStateKeySet(Keyboard.KEY_NUMLOCK) == Keyboard.STATE_ON) { - System.out.println("NUM lock on"); - } } if (count > 0) { System.out.println();