Uses of Interface
net.java.games.input.Component
Packages that use Component
-
Uses of Component in net.java.games.input
Classes in net.java.games.input that implement ComponentModifier and TypeClassDescriptionclass
Skeleton implementation of a named axis.class
class
class
class
Methods in net.java.games.input that return ComponentModifier and TypeMethodDescriptionMouse.getBack()
Returns the back mouse button, null if the mouse hasn't got one.Mouse.getButton3()
Returns forth mouse button, null if the mouse hasn't got one.Mouse.getButton4()
Returns fifth mouse button, null if the mouse hasn't got one.final Component
AbstractController.getComponent
(Component.Identifier id) Returns a single component based on its identifier, or null if no component with the specified type could be found.Controller.getComponent
(Component.Identifier id) Returns a single axis based on its type, or null if no axis with the specified type could be found.final Component
Event.getComponent()
final Component[]
AbstractController.getComponents()
Returns the components on this controller, in order of assignment priority.Controller.getComponents()
Returns the components on this controller, in order of assignment priority.Mouse.getExtra()
Returns the extra or 5th mouse button, null if the mouse has fewer than 5 buttons.Mouse.getForward()
Returns the forward mouse button, null if the mouse hasn't got one.Mouse.getLeft()
Returns the left mouse button.Mouse.getMiddle()
Returns the middle, null if the mouse has fewer than three buttons.Mouse.getPrimaryButton()
Returns the left or primary mouse button, never null.Mouse.getRight()
Returns the right, null if the mouse is a single-button mouse.Mouse.getSecondaryButton()
Returns the right or secondary mouse button, null if the mouse is a single-button mouse.Mouse.getSide()
Returns the side or 4th mouse button, null if the mouse has fewer than 4 buttons.Mouse.getTertiaryButton()
Returns the middle or tertiary mouse button, null if the mouse has fewer than three buttons.Mouse.getWheel()
Returns the mouse wheel, or null if no mouse wheel is present.Mouse.getX()
Returns the x-axis for the mouse ball, never null.Mouse.getY()
Returns the y-axis for the mouse ball, never null.Methods in net.java.games.input with parameters of type ComponentModifier and TypeMethodDescriptionfinal void
Constructors in net.java.games.input with parameters of type ComponentModifierConstructorDescriptionprotected
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)