mirror of
https://github.com/SFML/SFML.git
synced 2024-11-24 20:31:05 +08:00
Add missing comment
Added missing comment to WM_DEVICECHANGE event in Window implementation for Win32.
This commit is contained in:
parent
ef8fee5356
commit
7fc026e3ec
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user