Add missing comment

Added missing comment to WM_DEVICECHANGE event in Window
implementation for Win32.
This commit is contained in:
Anton Vasiliev 2021-11-30 00:36:42 +03:00 committed by Lukas Dürrenberger
parent ef8fee5356
commit 7fc026e3ec

View File

@ -983,6 +983,8 @@ void WindowImplWin32::processEvent(UINT message, WPARAM wParam, LPARAM lParam)
pushEvent(event);
break;
}
// Hardware configuration change event
case WM_DEVICECHANGE:
{
// Some sort of device change has happened, update joystick connections