Start event devices at JOY10 so that they won't overlap with joystick devices.

This commit is contained in:
Kyzentun Keeslala
2016-02-15 16:58:36 -07:00
parent b34f07e10f
commit 7cce462dd1
@@ -272,7 +272,7 @@ EventDevice::~EventDevice()
InputHandler_Linux_Event::InputHandler_Linux_Event() InputHandler_Linux_Event::InputHandler_Linux_Event()
{ {
m_NextDevice = DEVICE_JOY1; m_NextDevice = DEVICE_JOY10;
m_bDevicesChanged = false; m_bDevicesChanged = false;
if(LINUXINPUT == NULL) LINUXINPUT = new LinuxInputManager; if(LINUXINPUT == NULL) LINUXINPUT = new LinuxInputManager;