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