CHAILink SDK
Version 1.3
|
typedef void(* NH_SHAREDDISPLAY_SETTEXT)(CPHOBJECT const hSharedDisplay, ObjectTypes const deviceType, CPUINT32 const dwDeviceUserData, CPUINT16 const wX, CPUINT16 const wY, CPCHAR8 const *const utf8Text) |
Called if the client is requesting to display text.
[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] | strText | text to display |