org.deegree.tools.rendering
Class FlightControls
java.lang.Object
org.deegree.tools.rendering.FlightControls
- All Implemented Interfaces:
- KeyListener, MouseMotionListener, MouseWheelListener, EventListener
public class FlightControls
- extends Object
- implements KeyListener, MouseMotionListener, MouseWheelListener
The
class TODO add class documentation here.
- Version:
- $Revision: $, $Date: $
- Author:
- Markus Schneider, last edited by: $Author: schneider $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FlightControls
public FlightControls(javax.media.opengl.GLCanvas master,
ViewParams viewParams)
keyPressed
public void keyPressed(KeyEvent ev)
- Specified by:
keyPressed
in interface KeyListener
keyReleased
public void keyReleased(KeyEvent e)
- Specified by:
keyReleased
in interface KeyListener
keyTyped
public void keyTyped(KeyEvent e)
- Specified by:
keyTyped
in interface KeyListener
mouseDragged
public void mouseDragged(MouseEvent event)
- Specified by:
mouseDragged
in interface MouseMotionListener
mouseMoved
public void mouseMoved(MouseEvent e)
- Specified by:
mouseMoved
in interface MouseMotionListener
mouseWheelMoved
public void mouseWheelMoved(MouseWheelEvent ev)
- Specified by:
mouseWheelMoved
in interface MouseWheelListener
Copyright © 2011. All Rights Reserved.