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.
|
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 rumblers
|
Keyboard(java.lang.String name,
Component[] keys,
Controller[] children,
Rumbler[] rumblers) |
Protected constructor.
|
Mouse(java.lang.String name,
Component[] components,
Controller[] children,
Rumbler[] rumblers) |
Copyright © 2018. All rights reserved.