diff options
author | endolf <[email protected]> | 2005-08-27 09:21:48 +0000 |
---|---|---|
committer | endolf <[email protected]> | 2005-08-27 09:21:48 +0000 |
commit | 757990309de55dc1316112899e61e3f40ba30635 (patch) | |
tree | e6a0b30dd3d8fb92a0b15434d279baa6957e7772 /coreAPI | |
parent | 6f2199758a6b0c008f2ea35a73ce516fff1409a5 (diff) |
Re added the fade test
git-svn-id: file:///home/sven/projects/JOGL/git-svn/svn-server-sync/jinput/trunk@111 e343933a-64c8-49c5-92b1-88f2ce3e89e8
Diffstat (limited to 'coreAPI')
-rw-r--r-- | coreAPI/src/java/net/java/games/input/test/RumbleTest.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/coreAPI/src/java/net/java/games/input/test/RumbleTest.java b/coreAPI/src/java/net/java/games/input/test/RumbleTest.java index b653198..ef61ebd 100644 --- a/coreAPI/src/java/net/java/games/input/test/RumbleTest.java +++ b/coreAPI/src/java/net/java/games/input/test/RumbleTest.java @@ -37,7 +37,7 @@ public class RumbleTest { Thread.sleep(1000); } catch (InterruptedException e) { } - /*System.out.println("Fading rumble to -1"); + System.out.println("Fading rumble to -1"); for(float k=1.0f;k>-1.0f;) { long startTime = System.currentTimeMillis(); rumblers[j].rumble(k); @@ -50,7 +50,7 @@ public class RumbleTest { try { Thread.sleep(1000); } catch (InterruptedException e) { - }*/ + } System.out.println("Rumbling with intensity: " + 0.0f); rumblers[j].rumble(0f); try { |