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
|
Modifier and Type | Method | Description |
---|---|---|
Component.Identifier |
Rumbler.getAxisIdentifier() |
Get the axis identifier the rumbler is attached to
|
Component.Identifier |
AbstractComponent.getIdentifier() |
Returns the type or identifier of the axis.
|
Component.Identifier |
Component.getIdentifier() |
Returns the identifier of the axis.
|
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.
|
Constructor | Description |
---|---|
AbstractComponent(java.lang.String name,
Component.Identifier id) |
Protected constructor
|
Copyright © 2018. All rights reserved.