Package | Description |
---|---|
net.java.games.input |
Top level package for JInput.
|
Modifier and Type | Method and 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.
|
Constructor and Description |
---|
AbstractController(String name,
Component[] components,
Controller[] children,
Rumbler[] rumblers)
Protected constructor for a controller containing the specified
axes, child controllers, and rumblers
|
Keyboard(String name,
Component[] keys,
Controller[] children,
Rumbler[] rumblers)
Protected constructor.
|
Mouse(String name,
Component[] components,
Controller[] children,
Rumbler[] rumblers) |
Copyright © 2018. All rights reserved.