15 Managing Pick Objects

15 Q3Pick_GetData

You can use the Q3Pick_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


The Q3Pick_GetData function returns, through the data parameter, basic information about the pick object specified by the pick parameter. See "Pick Data Structure" on page 15-21 for a description of a pick data structure. Your application is responsible for allocating memory for the pick data structure before calling Q3Pick_GetData and for disposing of that memory when you're finished using that structure.

DESCRIPTION

3D Graphics Programming with QuickDraw 3D - 17 OCT 1995

© Apple Computer, Inc.

Let us know what you think of these prototype pages.

Generated with Harlequin WebMaker