Ciantic / VirtualDesktopAccessor

DLL for accessing Windows 11/10 Virtual Desktop features from e.g. AutoHotkey
MIT License
773 stars 93 forks source link

Return all desktops in `get_desktops()` #36

Closed slavoutich closed 3 years ago

slavoutich commented 3 years ago

Not all desktops were iterated over in two places in the code, where desktop index range was specified as 0..(count-1) instead of 0..count. This PR fixes it.

Fixes #35