CHAILink SDK
Version 1.3
|
typedef void(* NH_SHAREDDISPLAY_SETCURSOR)(CPHOBJECT const hSharedDisplay, ObjectTypes const deviceType, CPUINT32 const dwDeviceUserData, CPUINT16 const wX, CPUINT16 const wY, SharedDisplayCursorTypes const type) |
Called if the client is requesting to move the cursor.
[in] | hSharedDisplay | Handle to the notified device |
[in] | deviceType | Type of the notified local device. See ObjectTypes |
[in] | dwDeviceUserData | The user data associated to the device handle during its creation. |
[in] | wX | X position |
[in] | wY | Y position |
[in] | type | cursor display mode |