Package net.java.games.input
Class Component.Identifier.Axis
java.lang.Object
net.java.games.input.Component.Identifier
net.java.games.input.Component.Identifier.Axis
- Enclosing class:
- Component.Identifier
-
Nested Class Summary
Nested classes/interfaces inherited from class net.java.games.input.Component.Identifier
Component.Identifier.Axis, Component.Identifier.Button, Component.Identifier.Key
-
Field Summary
Modifier and TypeFieldDescriptionstatic final Component.Identifier.Axis
An axis for a point-of-view control.static final Component.Identifier.Axis
An axis for specifying left-right rotational data.static final Component.Identifier.Axis
An axis for specifying left-right angular acceleration data.static final Component.Identifier.Axis
An axis for specifying left-right angular force (torque) data.static final Component.Identifier.Axis
An axis for specifying left-right angular velocity data.static final Component.Identifier.Axis
An axis for specifying forward-back rotational data.static final Component.Identifier.Axis
An axis for specifying forward-back angular acceleration data.static final Component.Identifier.Axis
An axis for specifying forward-back angular force (torque) data.static final Component.Identifier.Axis
An axis for specifying forward-back angular velocity data.static final Component.Identifier.Axis
An axis for specifying up-down rotational data (rudder control).static final Component.Identifier.Axis
An axis for specifying up-down angular acceleration data.static final Component.Identifier.Axis
An axis for specifying up-down angular force (torque) data.static final Component.Identifier.Axis
An axis for specifying up-down angular velocity data.static final Component.Identifier.Axis
An axis for a slider or mouse wheel.static final Component.Identifier.Axis
An axis for slider or mouse wheel acceleration data.static final Component.Identifier.Axis
An axis for slider force data.static final Component.Identifier.Axis
An axis for slider or mouse wheel velocity data.static final Component.Identifier.Axis
An unknown axis.static final Component.Identifier.Axis
An axis for specifying vertical data.static final Component.Identifier.Axis
An axis for specifying vertical acceleration data.static final Component.Identifier.Axis
An axis for specifying vertical force data.static final Component.Identifier.Axis
An axis for specifying vertical velocity data.static final Component.Identifier.Axis
An axis for specifying horizontal data.static final Component.Identifier.Axis
An axis for specifying horizontal acceleration data.static final Component.Identifier.Axis
An axis for specifying horizontal force data.static final Component.Identifier.Axis
An axis for specifying horizontal velocity data.static final Component.Identifier.Axis
An axis for specifying third dimensional up/down data, or linear data in any direction that is neither horizontal nor vertical.static final Component.Identifier.Axis
An axis for specifying third dimensional up/down acceleration data.static final Component.Identifier.Axis
An axis for specifying third dimensional up/down force data.static final Component.Identifier.Axis
An axis for specifying third dimensional up/down velocity data. -
Constructor Summary
-
Method Summary
Methods inherited from class net.java.games.input.Component.Identifier
getName, toString
-
Field Details
-
X
An axis for specifying vertical data. -
Y
An axis for specifying horizontal data. -
Z
An axis for specifying third dimensional up/down data, or linear data in any direction that is neither horizontal nor vertical. -
RX
An axis for specifying left-right rotational data. -
RY
An axis for specifying forward-back rotational data. -
RZ
An axis for specifying up-down rotational data (rudder control). -
SLIDER
An axis for a slider or mouse wheel. -
SLIDER_ACCELERATION
An axis for slider or mouse wheel acceleration data. -
SLIDER_FORCE
An axis for slider force data. -
SLIDER_VELOCITY
An axis for slider or mouse wheel velocity data. -
X_ACCELERATION
An axis for specifying vertical acceleration data. -
X_FORCE
An axis for specifying vertical force data. -
X_VELOCITY
An axis for specifying vertical velocity data. -
Y_ACCELERATION
An axis for specifying horizontal acceleration data. -
Y_FORCE
An axis for specifying horizontal force data. -
Y_VELOCITY
An axis for specifying horizontal velocity data. -
Z_ACCELERATION
An axis for specifying third dimensional up/down acceleration data. -
Z_FORCE
An axis for specifying third dimensional up/down force data. -
Z_VELOCITY
An axis for specifying third dimensional up/down velocity data. -
RX_ACCELERATION
An axis for specifying left-right angular acceleration data. -
RX_FORCE
An axis for specifying left-right angular force (torque) data. -
RX_VELOCITY
An axis for specifying left-right angular velocity data. -
RY_ACCELERATION
An axis for specifying forward-back angular acceleration data. -
RY_FORCE
An axis for specifying forward-back angular force (torque) data. -
RY_VELOCITY
An axis for specifying forward-back angular velocity data. -
RZ_ACCELERATION
An axis for specifying up-down angular acceleration data. -
RZ_FORCE
An axis for specifying up-down angular force (torque) data. -
RZ_VELOCITY
An axis for specifying up-down angular velocity data. -
POV
An axis for a point-of-view control. -
UNKNOWN
An unknown axis.
-
-
Constructor Details
-
Axis
- Parameters:
name
-
-