ui/vdagent: add mouse support
commit56081919801f1a118983b3a500fb2270844ac8c2
authorGerd Hoffmann <kraxel@redhat.com>
Wed, 19 May 2021 05:39:36 +0000 (19 07:39 +0200)
committerGerd Hoffmann <kraxel@redhat.com>
Fri, 21 May 2021 07:42:44 +0000 (21 09:42 +0200)
treeb1071c5e7d08c1e8be59b7c386e5c9e0d1413ec0
parentde74a22cc82dd40d63af399b81e40f56c8a9c535
ui/vdagent: add mouse support

This patch adds support for mouse messages to the vdagent
implementation.  This can be enabled/disabled using the new
'mouse' parameter for the vdagent chardev.  Default is on.

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Acked-by: Markus Armbruster <armbru@redhat.com>
Message-id: 20210519053940.1888907-1-kraxel@redhat.com
Message-Id: <20210519053940.1888907-6-kraxel@redhat.com>
chardev/char.c
qapi/char.json
ui/vdagent.c