CHAILink SDK
Version 1.3
|
typedef void(* NH_SHAREDDISPLAYCLIENT_ONKEY)(CPHOBJECT const hSharedDisplayClient, ObjectTypes const deviceType, CPUINT32 const dwDeviceUserData, SharedDisplayKeyTypes const type, CPCHAR8 const *const utf8FromKeyboard) |
Forward a key/keyboard entry to the application.
[in] | hSharedDisplayClient | 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] | type | Key type |
[in] | strFromKeyboard | Available if type is SDKT_KeyboardEntry |