GeekyEggo / SharpDeck

A .NET wrapper for the official Elgato Stream Deck SDK.
MIT License
25 stars 9 forks source link

SD+ dial press does not work since Stream Deck v6.5 #22

Open pre-martin opened 6 months ago

pre-martin commented 6 months ago

The event "dialPress" was deprecated with Stream Deck v6.1 and removed in v6.5. The new events are "dialDown" and "dialUp".

PR #21 fixes this.