Uses of Interface
net.java.games.input.Rumbler
Packages that use Rumbler
- 
Uses of Rumbler in net.java.games.inputMethods in net.java.games.input that return RumblerModifier and TypeMethodDescriptionfinal Rumbler[]AbstractController.getRumblers()Returns the rumblers for sending feedback to this controller, or an empty array if there are no rumblers on this controller.Rumbler[]Controller.getRumblers()Returns the rumblers for sending feedback to this controller, or an empty array if there are no rumblers on this controller.Constructors in net.java.games.input with parameters of type RumblerModifierConstructorDescriptionprotectedAbstractController(String name, Component[] components, AbstractController[] children, Rumbler[] rumblers) Protected constructor for a controller containing the specified axes, child controllers, and rumblersprotectedKeyboard(String name, Component[] keys, AbstractController[] children, Rumbler[] rumblers) Protected constructor.protectedMouse(String name, Component[] components, AbstractController[] children, Rumbler[] rumblers)