Add option to disable pointer button mapping
authorRoland Kaufmann <rlndkfmn+freerdp@gmail.com>
Mon, 13 Jul 2015 23:03:33 +0000 (01:03 +0200)
committerRoland Kaufmann <rlndkfmn+freerdp@gmail.com>
Tue, 15 Dec 2015 16:42:57 +0000 (17:42 +0100)
commit600d3c5ccb495fd59b11df0efa5b598165116b5d
treea9a4077cdcfa6f77cf8b79a34d4634cad33cb5f1
parent9f43291126e86fac390e366773ad9761ab9b97b2
Add option to disable pointer button mapping

In case the old behaviour of not reverse-mapping the mouse buttons is
desirable, a command-line option is added to disable the mapping. This
option is made experimental for the time being.

The default is to do the reverse mapping, as this is the intuitive
behaviour (the mouse then works as it would on the console).
client/X11/xf_client.c
client/common/cmdline.c
include/freerdp/settings.h
libfreerdp/core/settings.c