jjdh API

jjdh.opengl.input
Class StandardJoglInputListener

java.lang.Object
  extended by jjdh.opengl.input.JoglInputAdapter
      extended by jjdh.opengl.input.AbstractJoglInputListener
          extended by jjdh.opengl.input.StandardJoglInputListener
All Implemented Interfaces:
KeyListener, MouseListener, MouseMotionListener, MouseWheelListener, EventListener, JoglInputListener

public class StandardJoglInputListener
extends AbstractJoglInputListener


Constructor Summary
StandardJoglInputListener(OpenGLProgram program)
           
 
Method Summary
 void createActions()
          XXX kurzer hack zum testen, besser mit factories etc spaeter machen.
 
Methods inherited from class jjdh.opengl.input.AbstractJoglInputListener
addInputListener, bindAction, bindAction, enableMouseCatching, getProgram, keyPressed, keyReleased, keyTyped, mouseClicked, mouseDragged, mouseMoved, mousePressed, mouseReleased, mouseWheelMoved, removeInputListener, toString, unbindAction, unbindAction, unbindAction
 
Methods inherited from class jjdh.opengl.input.JoglInputAdapter
mouseEntered, mouseExited, setMouseLook
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StandardJoglInputListener

public StandardJoglInputListener(OpenGLProgram program)
Method Detail

createActions

public void createActions()
XXX kurzer hack zum testen, besser mit factories etc spaeter machen.


jjdh API

Copyright © 2006 Jonas Jacobi and Dennis Heidsiek. All Rights Reserved.