evdev: Support axis with ranges which extend below zero.

This commit is contained in:
Scott Mansell
2015-07-01 00:37:26 +12:00
parent 0dc8763247
commit 77183899e0
2 changed files with 10 additions and 3 deletions

View File

@ -43,6 +43,7 @@ private:
const u8 m_index;
const bool m_upper;
int m_range;
int m_min;
libevdev* m_dev;
};