JonathonReinhart / spice-record

Record SPICE session output to MP4 video
MIT License
35 stars 8 forks source link

Doesn't record cursor #23

Open JonathonReinhart opened 2 years ago

JonathonReinhart commented 2 years ago

This isn't really an issue if spice-record is the only client, because it never sends any cursor position updates to the VM. (Unless I suppose someone is programatically moving the cursor.)

However, with multi-client support, it would be useful to see where the other client is moving his mouse.

It looks like we can handle here the new CursorChannel and then watch for the cursor-move signal.