mirror of
https://github.com/AntiMicroX/antimicrox.git
synced 2026-08-01 01:56:50 -04:00
More threading changes.
This commit is contained in:
@@ -398,6 +398,8 @@ void InputDaemon::removeDevice(InputDevice *device)
|
||||
refreshIndexes();
|
||||
|
||||
emit deviceRemoved(static_cast<int>(deviceID));
|
||||
|
||||
device->closeSDLDevice();
|
||||
device->deleteLater();
|
||||
}
|
||||
}
|
||||
@@ -1045,3 +1047,9 @@ void InputDaemon::updatePollResetRate(unsigned int tempPollRate)
|
||||
pollResetTimer.start();
|
||||
}
|
||||
}
|
||||
|
||||
/*void InputDaemon::changeMouseThread(QThread *thread)
|
||||
{
|
||||
JoyButton::indirectStaticMouseThread(thread);
|
||||
}
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user