Package org.pollux3d.gesture.handler

Examples of org.pollux3d.gesture.handler.ClickGestureHandler


      polluxApp.initTuio();
    }
    stateManager.loadStats();
    camHandler = new CamGestureHandler(stateManager.getCamAnimation());
    camHandler.setActive(true);
    clickHandler = new ClickGestureHandler(stateManager.getCam(), stateManager.getMap());
    clickHandler.setListener(this);
    clickHandler.setActive(true);
   
    stateManager.getCamAnimation().setTarget(stateManager.getMap().getDefaultTarget());
    /*
 
View Full Code Here

TOP

Related Classes of org.pollux3d.gesture.handler.ClickGestureHandler

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.