Exemplo n.º 1
0
 public mtConnector(mtManager mang)
 {
     client = new TuioClient(3333);
     client.addTuioListener(this);
     client.connect();
     cursorDidChange = false;
     activeCursors   = client.getTuioCursors();
     Debug.Log("Commencing TUIO connection");
     mtM = mang;
 }
Exemplo n.º 2
0
 public mtConnector(mtManager mang)
 {
     client = new TuioClient(3333);
     client.addTuioListener(this);
     client.connect();
     cursorDidChange = false;
     activeCursors = client.getTuioCursors();
     Debug.Log("Commencing TUIO connection");
     mtM = mang;
 }