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

    Nested Classes
    Modifier and Type
    Interface
    Description
    static interface 
    Used internally
  • Method Summary

    Modifier and Type
    Method
    Description
    double
    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.