Get pointer button mapping from input system
authorRoland Kaufmann <rlndkfmn+freerdp@gmail.com>
Mon, 13 Jul 2015 22:31:12 +0000 (00:31 +0200)
committerRoland Kaufmann <rlndkfmn+freerdp@gmail.com>
Tue, 15 Dec 2015 16:42:05 +0000 (17:42 +0100)
commit9f43291126e86fac390e366773ad9761ab9b97b2
treeb1fed93f2d4cc78a455b39d8b41fe70bb4fa92d8
parent6ca89620452fc36b17cf01ed283d3ccf00594e6b
Get pointer button mapping from input system

If XInput extension is available, then find the (first) pointer device
and use the button mapping of that one. If there are more than one
pointer devices, they could have different button mappings, but it is
not clear how this should be communicated to the RDP server.

If XInput is not available, attempt to fallback to the old global
mapping. (This mapping exists, but is not correct if there actually
is an XInput extension loaded, as it is then not used).
client/X11/xf_client.c