Q3Controller_Next
You can use theQ3Controller_Nextfunction to read through the list of available controllers.
TQ3Status Q3Controller_Next ( TQ3ControllerRef controllerRef, TQ3ControllerRef *nextControllerRef);
controllerRef- A reference to a controller, or
NULL.nextControllerRef- On exit, a reference to the controller that immediately follows the specified controller. If the value in the
controllerRefparameter isNULL, this parameter returns a reference to the first controller.DESCRIPTION
TheQ3Controller_Nextfunction returns, in thenextControllerRefparameter, a reference to the controller that immediately follows the controller specified by thecontrollerRefparameter. To get the first controller in the list, pass the valueNULLin thecontrollerRefparameter. If the controller specified by thecontrollerRefparameter is the last controller in the list,nextControllerRefis set toNULL.
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help