commit | 7423417f7a4da1da90b4d31b9cbeadce83668126 | [log] [tgz] |
---|---|---|
author | Rahul Kale <Rahul.Kale@barco.com> | Thu Jul 13 00:35:58 2017 +0200 |
committer | Pierre Ossman <ossman@cendio.se> | Mon Sep 11 16:40:12 2017 +0200 |
tree | d41d739b9f778d41f5ea160284907ae87fda787f | |
parent | 8fe5090c8e968a3ee809711482804110ec9c7e30 [diff] |
rfb_win32: Use scan codes if available If scan codes are available using QEMU Extended Keyboard Messages from clients, use that to inject scancodes directly into the system using the SendInput API. No conversion is needed as Windows uses the same scancode encoding. Signed-off-by: Rahul Kale <Rahul.Kale@barco.com> Signed-off-by: Peter Korsgaard <peter.korsgaard@barco.com>