mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-08-09 20:24:14 +00:00
[c-host] inform the client if we have positional cursor information
This commit is contained in:
@@ -61,6 +61,7 @@ CaptureFrame;
|
||||
|
||||
typedef struct CapturePointer
|
||||
{
|
||||
bool positionUpdate;
|
||||
int x, y;
|
||||
bool visible;
|
||||
|
||||
@@ -94,4 +95,4 @@ typedef struct CaptureInterface
|
||||
CaptureResult (*waitFrame )(CaptureFrame * frame);
|
||||
CaptureResult (*getFrame )(FrameBuffer * frame);
|
||||
}
|
||||
CaptureInterface;
|
||||
CaptureInterface;
|
||||
|
Reference in New Issue
Block a user