_CBFusionButton
This function sets the Callback for new data related to buttons from SpacePoint Fusion.
Prototype :
fun [ObjFusion fun [ObjFusion u0 I] u1 u0] ObjFusion
- ObjFusion : an ObjFusion object
- fun [ObjFusion u0 I] u1 : SCOL CallBack function to call. The supplemental argument is :
- I : 1 for left button, 2 for the right button
- u0 : an user parameter
Return : ObjFusion the same object or NIL if the function fails
See also :
Example :
Note :