Package org.mt4j.input

Examples of org.mt4j.input.InputManager


   
    //Apply some opengl settings like V-Syncing or multi-Sampling
    this.applyOpenGLStartSettings();
   
    //Create a new inputsourcePool
    this.setInputManager(new InputManager(this));
   
    //Call startup at the end of setup(). Should be overridden in extending classes
    this.startUp();

    /*
 
View Full Code Here

TOP

Related Classes of org.mt4j.input.InputManager

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.