Searched defs:FlyByCamera (Results 1 - 1 of 1) sorted by relevance

/external/jmonkeyengine/engine/src/core/com/jme3/input/
H A DFlyByCamera.java54 public class FlyByCamera implements AnalogListener, ActionListener { class in inherits:AnalogListener,ActionListener
86 * Creates a new FlyByCamera to control the given Camera object.
89 public FlyByCamera(Camera cam){ method in class:FlyByCamera
136 * @see FlyByCamera#setEnabled(boolean)
145 * @see FlyByCamera#setDragToRotate(boolean)
170 * Registers the FlyByCamera to receive input events from the provided
217 * Registers the FlyByCamera to receive input events from the provided

Completed in 196 milliseconds