summaryrefslogtreecommitdiff
path: root/Source/Core/InputCommon/ControllerInterface/evdev/evdev.h
diff options
context:
space:
mode:
authorScott Mansell <phiren@gmail.com>2015-07-01 00:37:26 +1200
committerScott Mansell <phiren@gmail.com>2015-07-01 10:13:05 +1200
commit77183899e0526a343b8429cf04a1c07b31aafc34 (patch)
tree3d84ec15e1b700d3ae5a6add3fcb9b44d8fd2dc8 /Source/Core/InputCommon/ControllerInterface/evdev/evdev.h
parent0dc8763247051797bb4952206bfe6fc99164229b (diff)
evdev: Support axis with ranges which extend below zero.
Diffstat (limited to 'Source/Core/InputCommon/ControllerInterface/evdev/evdev.h')
-rw-r--r--Source/Core/InputCommon/ControllerInterface/evdev/evdev.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/Core/InputCommon/ControllerInterface/evdev/evdev.h b/Source/Core/InputCommon/ControllerInterface/evdev/evdev.h
index 7290fbc379..d1555c8cce 100644
--- a/Source/Core/InputCommon/ControllerInterface/evdev/evdev.h
+++ b/Source/Core/InputCommon/ControllerInterface/evdev/evdev.h
@@ -43,6 +43,7 @@ private:
const u8 m_index;
const bool m_upper;
int m_range;
+ int m_min;
libevdev* m_dev;
};