炫彩回调函数定义

类型定义

typedef void(CALLBACK * funAnimation) (HXCGUI hAnimation, int flag)
 动画回调 更多...
 
typedef void(CALLBACK * funAnimationItem) (HXCGUI hAnimation, float pos)
 动画项回调 更多...
 

详细描述

类型定义说明

◆ funAnimation

typedef void(CALLBACK * funAnimation) (HXCGUI hAnimation, int flag)

动画回调

参数
hAnimation动画序列或动画组句柄
flag当前忽略

◆ funAnimationItem

typedef void(CALLBACK * funAnimationItem) (HXCGUI hAnimation, float pos)

动画项回调

参数
hAnimation动画项句柄
pos当前进度(0.0f-1.0f)