aboutsummaryrefslogtreecommitdiffhomepage
path: root/backends/evdev.h
diff options
context:
space:
mode:
Diffstat (limited to 'backends/evdev.h')
-rw-r--r--backends/evdev.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/backends/evdev.h b/backends/evdev.h
index d719631..f89e362 100644
--- a/backends/evdev.h
+++ b/backends/evdev.h
@@ -25,6 +25,7 @@ static int evdev_shutdown();
#endif
typedef struct /*_evdev_relative_axis_config*/ {
+ uint8_t inverted;
int code;
int64_t max;
int64_t current;