Uses of Interface
net.java.games.input.Rumbler
-
Uses of Rumbler in net.java.games.input
Modifier 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.ModifierConstructorDescriptionprotected
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)