_CBTuioAddObject
Defines the callback for TUIO add object event.
Prototype :
fun [ObjTUIO fun [ObjTUIO u0 I F F F F F F] u1 u0] ObjTUIO
- ObjTUIO : a ObjTUIO object
- fun [ObjTUIO u0 I F F F F F F] u1 : scol function to call. The supplemental arguments are :
- I : the object index
- F : the X position
- F : the Y position
- F : the angle
- F : the X velocity
- F : the Y velocity
- F : the rotation speed
- u0 : the user parameter
Return : ObjTUIO TUIO object if success, NIL otherwise
See also :
Example :
Note :