mirror of
https://github.com/gnif/LookingGlass.git
synced 2026-08-22 07:01:30 +00:00
[idd] transport: arbitrate interaction requests
This commit is contained in:
@@ -74,13 +74,13 @@ private:
|
||||
|
||||
bool InitializeTransport();
|
||||
void TransportTimer();
|
||||
void OnSetCursorPos(
|
||||
InteractionResult OnSetCursorPos(
|
||||
const SourceKey& source, int32_t x, int32_t y) override;
|
||||
void OnSetResolution(const SourceKey& source,
|
||||
InteractionResult OnSetResolution(const SourceKey& source,
|
||||
uint32_t width, uint32_t height) override;
|
||||
void OnRecoveryRequest(const SourceKey& source,
|
||||
uint64_t session, uint32_t serial, bool active) override;
|
||||
void SetResolution(uint32_t width, uint32_t height);
|
||||
InteractionResult SetResolution(uint32_t width, uint32_t height);
|
||||
|
||||
public:
|
||||
explicit CDeviceContext(_In_ WDFDEVICE wdfDevice);
|
||||
|
||||
Reference in New Issue
Block a user