Uses of Interface
net.java.games.input.Rumbler
Packages that use 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 RumblerModifierConstructorDescriptionprotected
AbstractController
(String name, Component[] components, AbstractController[] children, Rumbler[] rumblers) Protected constructor for a controller containing the specified axes, child controllers, and rumblersprotected
Keyboard
(String name, Component[] keys, AbstractController[] children, Rumbler[] rumblers) Protected constructor.protected
Mouse
(String name, Component[] components, AbstractController[] children, Rumbler[] rumblers)