Package net.java.games.input
Interface Rumbler
public interface Rumbler
A Rumbler is a controller's mechanism for delivering feedback
 to the user through the device.
- 
Method SummaryModifier and TypeMethodDescriptionGet the axis identifier the rumbler is attached toGet the string name of the axis the rumbler is attached tovoidrumble(float intensity) Rumble with the specified intensity.
- 
Method Details- 
rumblevoid rumble(float intensity) Rumble with the specified intensity.
- 
getAxisNameString getAxisName()Get the string name of the axis the rumbler is attached to- Returns:
- The axis name
 
- 
getAxisIdentifierComponent.Identifier getAxisIdentifier()Get the axis identifier the rumbler is attached to- Returns:
- The axis identifier
 
 
-