Uses of Interface
net.java.games.input.Rumbler
-
Packages that use Rumbler Package Description net.java.games.input -
-
Uses of Rumbler in net.java.games.input
Methods in net.java.games.input that return Rumbler Modifier and Type Method Description 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 Rumbler Constructor Description AbstractController(java.lang.String name, Component[] components, Controller[] children, Rumbler[] rumblers)
Protected constructor for a controller containing the specified axes, child controllers, and rumblersKeyboard(java.lang.String name, Component[] keys, Controller[] children, Rumbler[] rumblers)
Protected constructor.Mouse(java.lang.String name, Component[] components, Controller[] children, Rumbler[] rumblers)
-