Package com.simsilica.lemur.input
Class JmeInputProviderAdapter
java.lang.Object
com.simsilica.lemur.input.JmeInputProviderAdapter
- All Implemented Interfaces:
InputProvider
JME-specific implementation of the InputProvider interface that can wrap
jMonkeyEngine's InputManager.
-
Constructor Summary
Constructors -
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.toString()
-
Constructor Details
-
JmeInputProviderAdapter
-
-
Method Details
-
addRawInputListener
Description copied from interface:InputProvider
Called by InputMapper to add its RawInputListener to this input provider.- Specified by:
addRawInputListener
in interfaceInputProvider
-
removeRawInputListener
Description copied from interface:InputProvider
Called by InputMapper to remove a previously added RawInputListener from this input provider.- Specified by:
removeRawInputListener
in interfaceInputProvider
-
toString
-