Uses of Interface
net.java.games.input.Rumbler
-
Uses of Rumbler in net.java.games.input
Methods 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, Controller[] children, Rumbler[] rumblers) Protected constructor for a controller containing the specified axes, child controllers, and rumblersprotectedKeyboard(String name, Component[] keys, Controller[] children, Rumbler[] rumblers) Protected constructor.protectedMouse(String name, Component[] components, Controller[] children, Rumbler[] rumblers)