Uses of Class
net.java.games.input.Component.Identifier
-
Packages that use Component.Identifier Package Description net.java.games.input -
-
Uses of Component.Identifier in net.java.games.input
Subclasses of Component.Identifier in net.java.games.input Modifier and Type Class Description static class
Component.Identifier.Axis
static class
Component.Identifier.Button
static class
Component.Identifier.Key
KeyIDs for standard PC (LATIN-1) keyboardsMethods in net.java.games.input that return Component.Identifier Modifier and Type Method Description Component.Identifier
Rumbler. getAxisIdentifier()
Get the axis identifier the rumbler is attached toComponent.Identifier
AbstractComponent. getIdentifier()
Returns the type or identifier of the axis.Component.Identifier
Component. getIdentifier()
Returns the identifier of the axis.Methods in net.java.games.input with parameters of type Component.Identifier Modifier and Type Method Description 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.Component
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.Identifier Constructor Description AbstractComponent(java.lang.String name, Component.Identifier id)
Protected constructorWinTabButtonComponent(WinTabContext context, int parentDevice, java.lang.String name, Component.Identifier id, int index)
WinTabComponent(WinTabContext context, int parentDevice, java.lang.String name, Component.Identifier id)
WinTabComponent(WinTabContext context, int parentDevice, java.lang.String name, Component.Identifier id, int min, int max)
WinTabCursorComponent(WinTabContext context, int parentDevice, java.lang.String name, Component.Identifier id, int index)
-