Package com.simsilica.lemur.input
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 Summary
Modifier and TypeMethodDescriptionvoid
Called by InputMapper to add its RawInputListener to this input provider.void
Called by InputMapper to remove a previously added RawInputListener from this input provider.
-
Method Details
-
addRawInputListener
Called by InputMapper to add its RawInputListener to this input provider. -
removeRawInputListener
Called by InputMapper to remove a previously added RawInputListener from this input provider.
-