There is a rumble motor in Infinity Game Table (IGT) where you can control via our SDK to enhance your game's experience. This project is a demo showing how to control the rumble motor on IGT.
Running this sample project, you will see a simple Seekbar and Button screen:
Use the slider to adjust rumble duration (in milliseconds), press the RUMBLE button to trigger the motor.
- Get the AAR library at
app/libs/igtsdk.aar
- Import the AAR library to your Android project.
- Make sure you have included the library in your dependencies setup in gradle
compile (name: 'igtsdk', ext:'aar')
- Import the package
import com.arcade1up.igtsdk.IGTMotor;
- Rumble for x milliseconds
IGTMotor.rumble(x);