Q3Pick_GetData
You can use theQ3Pick_GetData
function to get the basic data associated with a pick object.
TQ3Status Q3Pick_GetData ( TQ3PickObject pick, TQ3PickData *data);
pick
- A pick object.
data
- On entry, a pointer to a pick data structure.
DESCRIPTION
TheQ3Pick_GetData
function returns, through thedata
parameter, basic information about the pick object specified by thepick
parameter. See "Pick Data Structure" on page 15-20 for a description of a pick data structure. Your application is responsible for allocating memory for the pick data structure before callingQ3Pick_GetData
and for disposing of that memory when you're finished using that structure.
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help