aboutsummaryrefslogtreecommitdiffstats
path: root/coreAPI/src
diff options
context:
space:
mode:
authorendolf <[email protected]>2005-07-16 15:09:04 +0000
committerendolf <[email protected]>2005-07-16 15:09:04 +0000
commit93647ae6e78b257377ae4805eb7a8e5a568733da (patch)
tree501c4fe7cd1147b23221774843e0358ae58887fb /coreAPI/src
parentd85221f6061b39249b11b26744c1eac1a65a4a45 (diff)
Added cleanup stuff for rumblers, it doesn't fix the code, but is nice
git-svn-id: file:///home/sven/projects/JOGL/git-svn/svn-server-sync/jinput/trunk@106 e343933a-64c8-49c5-92b1-88f2ce3e89e8
Diffstat (limited to 'coreAPI/src')
-rw-r--r--coreAPI/src/java/net/java/games/input/test/RumbleTest.java4
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 ef61ebd..b653198 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 {