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.Object
Identifiers for different Axes.
-
-
Nested Class Summary
Nested Classes 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) keyboards
-
Constructor Summary
Constructors Modifier Constructor Description protected
Identifier(java.lang.String name)
Protected constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getName()
Returns a non-localized string description of this axis type.java.lang.String
toString()
Returns a non-localized string description of this axis type.
-