mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-11 16:49:28 +02:00
evdev: Support axis with ranges which extend below zero.
This commit is contained in:
@ -43,6 +43,7 @@ private:
|
||||
const u8 m_index;
|
||||
const bool m_upper;
|
||||
int m_range;
|
||||
int m_min;
|
||||
libevdev* m_dev;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user