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