Q3Controller_MoveTrackerPosition
You can use theQ3Controller_MoveTrackerPositionfunction to move a controller's tracker relative to its current position.
TQ3Status Q3Controller_MoveTrackerPosition ( TQ3ControllerRef controllerRef, const TQ3Vector3D *delta);
controllerRef- A reference to a controller.
delta- A three-dimensional vector specifying a relative change in the position of the tracker associated with the specified controller.
DESCRIPTION
TheQ3Controller_MoveTrackerPositionfunction changes the position of the tracker currently associated with the controller specified by thecontrollerRefparameter by the relative amount specified in thedeltaparameter. If no tracker is currently associated with that controller,Q3Controller_MoveTrackerPositionchanges the position of the system cursor's tracker relative to its current position.Q3Controller_MoveTrackerPositionhas no effect if the controller is inactive.
- Note
- Calling
Q3Controller_MoveTrackerPositionmight 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