public static class Component.Identifier extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Component.Identifier.Axis |
static class |
Component.Identifier.Button |
static class |
Component.Identifier.Key
KeyIDs for standard PC (LATIN-1) keyboards
|
Modifier | Constructor and Description |
---|---|
protected |
Identifier(String name)
Protected constructor
|
Modifier and Type | Method and Description |
---|---|
String |
getName()
Returns a non-localized string description of this axis type.
|
String |
toString()
Returns a non-localized string description of this axis type.
|
protected Identifier(String name)