![]() |
CHAI SDK
Version 1.3
|
Notification handler for SharedDisplayClientLocalDevice. More...
Public Member Functions | |
virtual void | OnSharedDisplayClient_RequestAccepted (CPNS::ISharedDisplayClientLocalDevice *const pDev, CPNS::CombinedSharedDisplayCaps const displayCaps, CPNS::uint16 const width, CPNS::uint16 const height)=0 |
Called if a shared display server is accepting the request. More... | |
virtual void | OnSharedDisplayClient_SessionClosed (CPNS::ISharedDisplayClientLocalDevice *const pDev)=0 |
Called if shared display session closed by the server. More... | |
virtual void | OnSharedDisplayClient_OnKey (CPNS::ISharedDisplayClientLocalDevice *const pDev, CPNS::Enums::SharedDisplayKeyTypes const type, CPNS::char8 const *const utf8FromKeyboard) |
Called if the server is forwarding a key/keyboard entry to the client. More... | |
Notification handler for SharedDisplayClientLocalDevice.
|
inlinevirtual |
Called if the server is forwarding a key/keyboard entry to the client.
[in] | pDev | Notified device |
[in] | type | Key type |
[in] | utf8FromKeyboard | Available if type is SDKT_KeyboardEntry |
|
pure virtual |
Called if a shared display server is accepting the request.
[in] | pDev | Pointer to the local device |
[in] | displayCaps | display capabilities |
[in] | width | display width |
[in] | height | display height |
|
pure virtual |
Called if shared display session closed by the server.
[in] | pDev | Pointer to the local device |