Package listener

Examples of listener.Souris


    super(new GLCapabilities(GLProfile.getDefault()));

    glListener = new Scene();

    this.addKeyListener(new Clavier(glListener));
    this.addMouseListener(new Souris(glListener));

    this.addGLEventListener(glListener);

    animator = new FPSAnimator(this, 60);
  }
View Full Code Here

TOP

Related Classes of listener.Souris

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.