Uses of Class
net.java.games.input.Component.Identifier
-
Uses of Component.Identifier in net.java.games.input
Modifier and TypeClassDescriptionstatic class
static class
static class
KeyIDs for standard PC (LATIN-1) keyboardsModifier 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.Modifier 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.ModifierConstructorDescriptionprotected
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)