From bf4ad9cb8a7dd68745108936624b406ee489f959 Mon Sep 17 00:00:00 2001 From: Richard Larkin Date: Fri, 9 Aug 2013 11:06:08 +0200 Subject: [PATCH] doc: revisions to input/providers/hidinput.py --- kivy/input/providers/hidinput.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kivy/input/providers/hidinput.py b/kivy/input/providers/hidinput.py index 8b7fd8311..0f2c99e57 100644 --- a/kivy/input/providers/hidinput.py +++ b/kivy/input/providers/hidinput.py @@ -16,7 +16,7 @@ To configure HIDInput, add this to your configuration:: You can use a custom range for the X, Y and pressure values. For some drivers, the range reported is invalid. -To fix that, you can these options in the argument line: +To fix that, you can add these options in the argument line: * invert_x : 1 to invert X axis * invert_y : 1 to invert Y axis