Fixed device event queueing

This commit is contained in:
Travis Nickles 2018-10-15 03:01:13 -05:00
parent eb66f38167
commit 60a0f3fda0

View File

@ -1091,7 +1091,6 @@ namespace DS4Windows
error = string.Empty; error = string.Empty;
cState.CopyTo(pState); cState.CopyTo(pState);
}
lock (eventQueueLock) lock (eventQueueLock)
{ {
@ -1103,6 +1102,7 @@ namespace DS4Windows
} }
} }
} }
}
timeoutExecuted = true; timeoutExecuted = true;
} }