Q3Controller_SetTrackerPosition
You can use theQ3Controller_SetTrackerPositionfunction to set the position of a controller's tracker.
TQ3Status Q3Controller_SetTrackerPosition ( TQ3ControllerRef controllerRef, const TQ3Point3D *position);
controllerRef- A reference to a controller.
position- The desired position of the tracker associated with the specified controller.
DESCRIPTION
TheQ3Controller_SetTrackerPositionfunction changes the position of the tracker currently associated with the controller specified by thecontrollerRefparameter to the position specified in thepositionparameter. If no tracker is currently associated with that controller,Q3Controller_SetTrackerPositionchanges the position of the system cursor's tracker.Q3Controller_SetTrackerPositionhas no effect if the controller is inactive.
- Note
- Calling
Q3Controller_SetTrackerPositionmight cause the notify function of the controller's tracker to be called.![]()
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help