Q3ControllerState_New
You can use theQ3ControllerState_New
function to create a new controller state object.
TQ3ControllerStateObject Q3ControllerState_New ( TQ3ControllerRef controllerRef);
controllerRef
- A reference to a controller.
DESCRIPTION
TheQ3ControllerState_New
function returns, as its function result, a reference to a new controller state object for the controller specified by thecontrollerRef
parameter. You need to callQ3ControllerState_SaveAndReset
to actually fill in the new controller state object with the current channels. IfQ3ControllerState_New
cannot create a new controller state object, it returnsNULL
.
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help