Start event devices at JOY10 so that they won't overlap with joystick devices.
This commit is contained in:
@@ -272,7 +272,7 @@ EventDevice::~EventDevice()
|
||||
|
||||
InputHandler_Linux_Event::InputHandler_Linux_Event()
|
||||
{
|
||||
m_NextDevice = DEVICE_JOY1;
|
||||
m_NextDevice = DEVICE_JOY10;
|
||||
m_bDevicesChanged = false;
|
||||
|
||||
if(LINUXINPUT == NULL) LINUXINPUT = new LinuxInputManager;
|
||||
|
||||
Reference in New Issue
Block a user