示例#1
0
 public mtCursorEvent(TuioCursor c,mtCursorState s)
 {
     cursor = c;
     state = s;
 }
示例#2
0
 public mtCursorEvent(TuioCursor c, mtCursorState s)
 {
     cursor = c;
     state  = s;
 }