Package org.mt4j.input.inputSources

Examples of org.mt4j.input.inputSources.TuioInputSource


        this.registerInputSource(new MacTrackpadSource(app));
      }
      */

      KeyboardInputSource keyInput= new KeyboardInputSource(app);
    TuioInputSource tuioInput   = new TuioInputSource(app);
//    MuitoInputSource muitoInput = new MuitoInputSource(pa, "localhost", 6666);
   
    this.registerInputSource(keyInput);
    this.registerInputSource(tuioInput);
  }
View Full Code Here

TOP

Related Classes of org.mt4j.input.inputSources.TuioInputSource

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.