Interface Axis
- All Known Implementing Classes:
ButtonAsAxis
,ExponentialAxis
,LinearAxis
,MergedAxis
,TwoButtonsAsAxis
public interface Axis
Interface that represents an axis on a gamepad. Multiple implementations are available. Please choose the one that
best suits each use case.
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptiondouble
value()
The value of an axis depends on the implementation and its parameters.
-
Method Details
-
value
double value()The value of an axis depends on the implementation and its parameters.
-