12 May
2025
12 May
'25
9:55 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. -- v3: windows.devices.enumeration: Implement initial device enumeration for DeviceWatcher::Start(). https://gitlab.winehq.org/wine/wine/-/merge_requests/7997