Package org.pollux3d.gesture.handler

Examples of org.pollux3d.gesture.handler.CamGestureHandler


    init.set(true);
    if (polluxApp != null) {
      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);
   
View Full Code Here

TOP

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

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.