com.jme3.input.dummy
package provides "dummy" or "null"
implementations of the input interfaces.See: Description
Class | Description |
---|---|
DummyInput |
DummyInput as an implementation of
Input that raises no
input events. |
DummyKeyInput |
DummyKeyInput as an implementation of
KeyInput that raises no
input events. |
DummyMouseInput |
DummyMouseInput as an implementation of
MouseInput that raises no
input events. |
com.jme3.input.dummy
package provides "dummy" or "null"
implementations of the input interfaces.