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 TypeMethodDescriptionvoidCalled by InputMapper to add its RawInputListener to this input provider.voidCalled by InputMapper to remove a previously added RawInputListener from this input provider.toString()
-
Constructor Details
-
JmeInputProviderAdapter
-
-
Method Details
-
addRawInputListener
Description copied from interface:InputProviderCalled by InputMapper to add its RawInputListener to this input provider.- Specified by:
addRawInputListenerin interfaceInputProvider
-
removeRawInputListener
Description copied from interface:InputProviderCalled by InputMapper to remove a previously added RawInputListener from this input provider.- Specified by:
removeRawInputListenerin interfaceInputProvider
-
toString
-