Esempio n. 1
0
 void OnApplicationQuit()
 {
     if (tuioInput != null)
     {
         tuioInput.disconnect();
     }
 }