Uses of Class
net.java.games.input.Component.Identifier
Packages that use Component.Identifier
-
Uses of Component.Identifier in net.java.games.input
Subclasses of Component.Identifier in net.java.games.inputModifier and TypeClassDescriptionstatic class
static class
static class
KeyIDs for standard PC (LATIN-1) keyboardsMethods in net.java.games.input that return Component.IdentifierModifier and TypeMethodDescriptionRumbler.getAxisIdentifier()
Get the axis identifier the rumbler is attached toAbstractComponent.getIdentifier()
Returns the type or identifier of the axis.Component.getIdentifier()
Returns the identifier of the axis.Methods in net.java.games.input with parameters of type Component.IdentifierModifier and TypeMethodDescriptionfinal 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.Constructors in net.java.games.input with parameters of type Component.IdentifierModifierConstructorDescriptionprotected
AbstractComponent
(String name, Component.Identifier id) Protected constructorprotected
WinTabButtonComponent
(WinTabContext context, int parentDevice, String name, Component.Identifier id, int index) protected
WinTabComponent
(WinTabContext context, int parentDevice, String name, Component.Identifier id) protected
WinTabComponent
(WinTabContext context, int parentDevice, String name, Component.Identifier id, int min, int max) protected
WinTabCursorComponent
(WinTabContext context, int parentDevice, String name, Component.Identifier id, int index)