#include <kaydaradef.h>
#include <fbsdk/fbtime.h>
Go to the source code of this file.
Classes | |
class | FBEvaluateInfo |
AnimationNodeNotify evaluation information. More... | |
Defines | |
#define | FBSDK_DLL K_DLLIMPORT |
Be sure that FBSDK_DLL is defined only once... | |
Typedefs | |
typedef void(* | kBackgroundEvaluationCallback )(const FBAnimationNode *pDst, const FBAnimationNode *pSrc, void *pCustomData) |
Background Notification Function. | |
Functions | |
FB_FORWARD (FBBox) | |
FB_FORWARD (FBAnimationNode) | |
FB_FORWARD (FBEvaluateInfo) | |
FBSDK_DLL FBEvaluateInfo * | FBGetDisplayInfo () |
Get the displays evaluation information structure. | |
FBSDK_DLL FBEvaluateInfo * | FBGetUpdateInfo () |
Get the update evaluation information structure. |
#define FBSDK_DLL K_DLLIMPORT |
Be sure that FBSDK_DLL is defined only once...
Definition at line 48 of file fbevaluateinfo.h.
typedef void(* kBackgroundEvaluationCallback)(const FBAnimationNode *pDst, const FBAnimationNode *pSrc, void *pCustomData) |
Background Notification Function.
Definition at line 144 of file fbevaluateinfo.h.
FB_FORWARD | ( | FBBox | ) |
FB_FORWARD | ( | FBAnimationNode | ) |
FB_FORWARD | ( | FBEvaluateInfo | ) |
FBSDK_DLL FBEvaluateInfo* FBGetDisplayInfo | ( | ) |
Get the displays evaluation information structure.
This function can be used in order to call real-time functions based on the current display evalution state.
FBSDK_DLL FBEvaluateInfo* FBGetUpdateInfo | ( | ) |
Get the update evaluation information structure.
This function can be used in order to call real-time functions based on the current update evalution state.