Description | ||||||||
This is the generic function for callbacks in the middle of a batch animation. | ||||||||
Synopsis | ||||||||
#include <ProAnimate.h> | ||||||||
ProError | (*ProBatchAnimAct) | ( | ||||||
ProAnimFrame anim_frame | ||||||||
/* (In) | ||||||||
The handle to the animation frame about to be displayed | ||||||||
*/ | ||||||||
int frame_no | ||||||||
/* (In) | ||||||||
The frame number being displayed | ||||||||
*/ | ||||||||
ProAppData app_data | ||||||||
/* (In) | ||||||||
The application data passed to the function ProBatchAnimationStart() | ||||||||
*/ | ||||||||
) | ||||||||
Returns | ||||||||
|