Interface InputMapper.Mapping

All Known Implementing Classes:
InputMapper.StateGroup
Enclosing class:
InputMapper

public static interface InputMapper.Mapping
Represents a specific control mapping such that it can be reconfigured.
  • Method Details

    • getFunction

      FunctionId getFunction()
    • setScale

      void setScale(double scale)
    • getScale

      double getScale()
    • getPrimaryActivator

      Object getPrimaryActivator()
      Returns the primary inputs that activates this mapping.
    • getModifiers

      List<Object> getModifiers()
      Returns the additional modifier inputs that must be present for this mapping to be activated.