diff --git a/panda/src/device/winInputDeviceManager.cxx b/panda/src/device/winInputDeviceManager.cxx index 515dc376d8..c989b0964c 100644 --- a/panda/src/device/winInputDeviceManager.cxx +++ b/panda/src/device/winInputDeviceManager.cxx @@ -397,11 +397,13 @@ on_input_device_removal(HANDLE handle) { */ void WinInputDeviceManager:: update() { + /* MSG msg; while (PeekMessage(&msg, _message_hwnd, WM_INPUT_DEVICE_CHANGE, WM_INPUT, PM_REMOVE)) { TranslateMessage(&msg); DispatchMessage(&msg); } + */ } /**