| Game Control Plus
    1.2.2
    | 

| Public Member Functions | |
| abstract void | rumble (float intensity) | 
| String | getAxisName () | 
| Component.Identifier | getAxisIdentifier () | 
A Rumbler is a controller's mechanism for delivering feedback to the user through the device.
| Component.Identifier net.java.games.input.Rumbler.getAxisIdentifier | ( | ) | 
Get the axis identifier the rumbler is attached to
Implemented in net.java.games.input.LinuxForceFeedbackEffect, and net.java.games.input.IDirectInputEffect.
| String net.java.games.input.Rumbler.getAxisName | ( | ) | 
Get the string name of the axis the rumbler is attached to
Implemented in net.java.games.input.IDirectInputEffect, and net.java.games.input.LinuxForceFeedbackEffect.
| 
 | pure virtual | 
Rumble with the specified intensity.
Implemented in net.java.games.input.IDirectInputEffect, and net.java.games.input.LinuxForceFeedbackEffect.