mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-09-24 12:08:28 +00:00
hidapi: Don't run a separate event loop for device notifications.
Fixes Bugzilla #4286.
This commit is contained in:
@@ -307,7 +307,7 @@ HIDAPI_UpdateDiscovery()
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
#if defined(__WIN32__)
|
#if 0 /* just let the usual SDL_PumpEvents loop dispatch these. --ryan. defined(__WIN32__)*/
|
||||||
/* We'll only get messages on the same thread that created the window */
|
/* We'll only get messages on the same thread that created the window */
|
||||||
if (SDL_ThreadID() == SDL_HIDAPI_discovery.m_nThreadID) {
|
if (SDL_ThreadID() == SDL_HIDAPI_discovery.m_nThreadID) {
|
||||||
MSG msg;
|
MSG msg;
|
||||||
|
Reference in New Issue
Block a user