Q3Controller_SetTracker
You can use theQ3Controller_SetTracker
function 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_SetTracker
function associates the tracker specified by thetracker
parameter with the controller specified by thecontrollerRef
parameter. If the value of thetracker
parameter 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