Package org.mt4j.input

Examples of org.mt4j.input.GestureEventSupport


    //Delegate input processing/gesture detection to a special handler
    this.inputProcessorsSupport = new ComponentInputProcessorSupport(pApplet, this);
    //Let the input processor support class listen to the component's input events
    this.addInputListener(inputProcessorsSupport);

    this.gestureEvtSupport = new GestureEventSupport();

    this.attachedCamera = attachedCamera;
    this.viewingCamera = attachedCamera;

    //FIXME TEST
View Full Code Here

TOP

Related Classes of org.mt4j.input.GestureEventSupport

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.