CHAILink SDK
Version 1.3
|
List of all shared display device client notification handlers. More...
Typedefs | |
typedef void(* | NH_SHAREDDISPLAYCLIENT_REQUESTACCEPTED )(CPHOBJECT const hSharedDisplayClient, ObjectTypes const deviceType, CPUINT32 const dwDeviceUserData, SharedDisplayCaps const displayCaps, CPUINT16 const wWidth, CPUINT16 const wHeight) |
Called if a shared display server is accepting the request. More... | |
typedef void(* | NH_SHAREDDISPLAYCLIENT_SESSIONCLOSED )(CPHOBJECT const hSharedDisplayClient, ObjectTypes const deviceType, CPUINT32 const dwDeviceUserData) |
Called if shared display session closed by the server. More... | |
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. More... | |
List of all shared display device client notification handlers.