_CBDTGloveGesture
Sets the Callback for new hand gesture received from data glove.
Prototype :
fun [ObjGlove fun [ObjGlove u0 I] u1 u0] ObjGlove
- ObjGlove : a 5DT Glove object
- fun [ObjGlove u0 I] u1 : a SCOL CallBack function to call.
The supplemental argument is :
- u0 : an user parameter
Return : ObjGlove the same object or NIL if an error occurs.
See also :
Example :
Note :