Package net.java.games.input
Class Component.Identifier
- java.lang.Object
-
- net.java.games.input.Component.Identifier
-
- Direct Known Subclasses:
Component.Identifier.Axis,Component.Identifier.Button,Component.Identifier.Key
- Enclosing interface:
- Component
public static class Component.Identifier extends java.lang.ObjectIdentifiers for different Axes.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classComponent.Identifier.Axisstatic classComponent.Identifier.Buttonstatic classComponent.Identifier.KeyKeyIDs for standard PC (LATIN-1) keyboards
-
Constructor Summary
Constructors Modifier Constructor Description protectedIdentifier(java.lang.String name)Protected constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetName()Returns a non-localized string description of this axis type.java.lang.StringtoString()Returns a non-localized string description of this axis type.
-