[c-host] inform the client if we have positional cursor information

This commit is contained in:
Geoffrey McRae
2020-01-26 17:25:14 +11:00
parent b4cf8f76c8
commit b7e4426002
5 changed files with 45 additions and 26 deletions

View File

@@ -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;