public mtCursorEvent(TuioCursor c,mtCursorState s)
 {
     cursor = c;
     state = s;
 }
 public mtCursorEvent(TuioCursor c, mtCursorState s)
 {
     cursor = c;
     state  = s;
 }