CHAILink SDK
Version 1.3
|
typedef void(* NH_CONTROLLER_ASSIGN)(CPHOBJECT const hController, CPUINT32 const dwControllerUserData, ControllerAssignReasons const reason, CPCONTROLLERASSIGNMENT const *const pAssignment) |
This notification is called to assign a controller to a specific message. Current controller assignment data is maintained internally in the CHAI by the Controller object. It can be collected and restored by the SnapShot procedure.
[in] | hController | Handle of the controller |
[in] | dwControllerUserData | The user data associated to the controller handle during its creation. |
[in] | reason | tells more about this notification call. |
[in] | pAssignment | Pointer to the new assignment |