summaryrefslogtreecommitdiff
path: root/tools/shared.h
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2014-12-18 15:14:09 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2014-12-23 10:50:31 +1000
commit363a7f783f9f18fa4142ba2911a18a61625f2ce7 (patch)
tree9c742564cdfd9151d9711bd3f8ff226476a262b3 /tools/shared.h
parent333f4e0347e32e8e67fca30527bac490beee76e6 (diff)
downloadlibinput-363a7f783f9f18fa4142ba2911a18a61625f2ce7.tar.gz
tools: add support for enabling/disabling left-handed button mappings
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'tools/shared.h')
-rw-r--r--tools/shared.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/shared.h b/tools/shared.h
index e33fe04f..9ecd3adb 100644
--- a/tools/shared.h
+++ b/tools/shared.h
@@ -38,6 +38,7 @@ struct tools_options {
int verbose;
int tapping;
int natural_scroll;
+ int left_handed;
};
void tools_init_options(struct tools_options *options);