Esempio n. 1
0
 void OnCursorRemoved(object sender, TuioEventProcessor.TuioEventCursorArgs e)
 {
     OnReceivedTrackInformation(e.tuioCursor, TrackState.TRACK_REMOVED);
 }
Esempio n. 2
0
 void OnCursorUpdated(object sender, TuioEventProcessor.TuioEventCursorArgs e)
 {
     OnReceivedTrackInformation(e.tuioCursor, TrackState.TRACK_UPDATE);
 }