Package org.mt4j.input.inputProcessors.globalProcessors

Examples of org.mt4j.input.inputProcessors.globalProcessors.InputRetargeter


 
  /**
   * Register default global input processors. Can be overridden for custom behaviour.
   */
  protected void registerDefaultGlobalInputProcessors(){
    InputRetargeter inputRetargeter = new InputRetargeter(this.getCanvas());
    inputRetargeter.addProcessorListener(this.getCanvas());
    this.registerGlobalInputProcessor(inputRetargeter);
   
//    this.registerGlobalInputProcessor(new InputRetargeter(this.getCanvas()));
  }
View Full Code Here

TOP

Related Classes of org.mt4j.input.inputProcessors.globalProcessors.InputRetargeter

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.