Interface InputProvider

All Known Implementing Classes:
JmeInputProviderAdapter

public interface InputProvider
Input service provider interface that InputMapper can use to register for input events by adding a RawInputListener. This allows other input systems to be used as long as they can be adapted to provide JME-style input events.
  • Method Details

    • addRawInputListener

      void addRawInputListener(RawInputListener l)
      Called by InputMapper to add its RawInputListener to this input provider.
    • removeRawInputListener

      void removeRawInputListener(RawInputListener l)
      Called by InputMapper to remove a previously added RawInputListener from this input provider.