9 May
2025
9 May
'25
5:35 p.m.
After `DeviceWatcher::Start()` gets called, `DeviceWatcher` enumerates through a list of all `DeviceInformation` objects on the current system through the `Added` event handlers, dispatching `EnumerationCompleted` once this has finished. This MR implements this functionality. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/7997