Category Animation, Object ProAnimation

Callback ProBatchAnimAct


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
PRO_TK_NO_ERRORContinue with batch animation.
OtherStop batch animation.

Manual References:

  1. User Interface: Animation: Batch Animation