More threading changes.

This commit is contained in:
Travis Nickles
2015-08-05 13:20:44 -05:00
parent fd1b06ff16
commit 656fbd61ec
12 changed files with 62 additions and 12 deletions

View File

@@ -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);
}
*/