mirror of
https://github.com/shadowfacts/jinput-arm64.git
synced 2026-01-03 07:19:56 +01:00
Re added the fade test
This commit is contained in:
parent
f48ee8f6f4
commit
be7b59d328
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue