D3DXKEY_CALLBACK
Microsoft DirectX 9.0 SDK Update (October 2004)

D3DXKEY_CALLBACK Structure


Describes a callback key for use in key frame animation.

Syntax

typedef struct _D3DXKEY_CALLBACK {
    FLOAT Time;
    LPVOID pCallbackData;
} D3DXKEY_CALLBACK, *LPD3DXKEY_CALLBACK;

Members

Time
Key frame time stamp.
pCallbackData
Pointer to user callback data.

Structure Information

Headerd3dx9anim.h
Minimum operating systems Windows 98


© 2004 Microsoft Corporation. All rights reserved.
Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center.