mirror of
https://github.com/SFML/SFML.git
synced 2025-02-18 06:18:01 +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);
|
pushEvent(event);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Hardware configuration change event
|
||||||
case WM_DEVICECHANGE:
|
case WM_DEVICECHANGE:
|
||||||
{
|
{
|
||||||
// Some sort of device change has happened, update joystick connections
|
// Some sort of device change has happened, update joystick connections
|
||||||
|
Loading…
x
Reference in New Issue
Block a user