mirror of
https://github.com/AntiMicroX/antimicrox.git
synced 2026-07-31 09:36:25 -04:00
Added function for detecting numpads
This commit is contained in:
@@ -56,7 +56,7 @@ InputDaemon::InputDaemon(QMap<SDL_JoystickID, InputDevice*> *joysticks,
|
||||
sdlWorkerThread = nullptr;
|
||||
if (graphical)
|
||||
{
|
||||
sdlWorkerThread = new QThread();
|
||||
sdlWorkerThread = new QThread;
|
||||
eventWorker->moveToThread(sdlWorkerThread);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user