Q3Controller_SetTracker
You can use theQ3Controller_SetTrackerfunction to set the tracker associated with a controller.
TQ3Status Q3Controller_SetTracker ( TQ3ControllerRef controllerRef, TQ3TrackerObject tracker);
controllerRef- A reference to a controller.
tracker- A tracker object.
DESCRIPTION
TheQ3Controller_SetTrackerfunction associates the tracker specified by thetrackerparameter with the controller specified by thecontrollerRefparameter. If the value of thetrackerparameter isNULL, the controller is attached to the system cursor tracker. Changing a controller's tracker might cause the notify functions of both the previous tracker and the new tracker to be called.
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help