Package org.mt4j.input

Examples of org.mt4j.input.ComponentInputProcessorSupport


    //TODO lazily instantiate gesturehandler/arraylist so that graphicobjects arent expensive at creation?

    this.inputListeners = new ArrayList<IMTInputEventListener>(3);

    //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();
View Full Code Here

TOP

Related Classes of org.mt4j.input.ComponentInputProcessorSupport

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.