Package Tuio

Examples of Tuio.TuioClient.connect()


        //Setup TUIO Communication handler
        final int port = 3333;
        TuioClient tClient = new TuioClient(port);
        System.out.println("listening to TUIO messages at port " + port);
        tClient.addTuioListener(wwtih);
        tClient.connect();

        wwtih.setSmoothViewChanges(false); // FALSE makes the view fast/choppy!!

        // End of View ==========================================
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.