CHAILink SDK
Version 1.3
|
typedef void(* NH_CONTROLLER_CONNECTIONSTATUS)(CPHOBJECT const hController, CPUINT32 const dwControllerUserData, CPBOOLEAN const fConnected) |
This is called on destination change. This can be used to know when a controller is connected to the input hosting the target parameter.
[in] | hController | Handle of the controller |
[in] | dwControllerUserData | The user data associated to the controller handle during its creation. |
[in] | fConnected | TRUE if the controller is currently connected to the target endpoint |