Interface InputConfigListener


public interface InputConfigListener
Listener that will be notified when an input mapping has changed.
  • Method Details

    • mappingAdded

      void mappingAdded(InputMapper.Mapping m)
      Called when a new input mapping has been added.
    • mappingRemoved

      void mappingRemoved(InputMapper.Mapping m)
      Called when a specific input mapping has been removed.
    • mappingChanged

      void mappingChanged(InputMapper.Mapping m)
      Called when attributes of an input mapping have changed such as scale. (Currently scale changes are the only changes that will cause this event.)