Grabacr07 / VirtualDesktop

C# wrapper for the Virtual Desktop API on Windows 11.
MIT License
623 stars 135 forks source link

The notification to switch a virtual desktop may raise twice. / デスクトップ変更通知が2回来ることがある。 #51

Open mntone opened 4 years ago

mntone commented 4 years ago

SylphyHorn と VirtualDesktop どちらに書けばいいのか悩んだので,とりあえずこちらに書いておきます。

Depending on how you use VirtualDesktop, apps add changed handler to the notification service twice and receive the same two notifications.
VirtualDesktop の利用方法によっては,変更通知サービスに 2 度登録され,同じ通知を 2 回受け取るようになります。

mattiafedrigotti commented 1 year ago

Good morning, When I change the virtualdesktop, I can have more ChangeDesktopEvent in sequence (i.e. swiping trough more desktops with the touchpad). the successive events after the firts one are raised only when the previous callbacks end.