Q3Controller_GetActivation
You can use theQ3Controller_GetActivationfunction to get the activation state of a controller.
TQ3Status Q3Controller_GetActivation ( TQ3ControllerRef controllerRef, TQ3Boolean *active);
controllerRef- A reference to a controller.
active- On exit, a Boolean value that indicates whether the specified controller is active (
kQ3True) or inactive (kQ3False).DESCRIPTION
TheQ3Controller_GetActivationfunction returns, in theactiveparameter, a Boolean value that indicates whether the controller specified by thecontrollerRefparameter is currently active or inactive.
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help