SharpDeck
SharpDeck copied to clipboard
A .NET wrapper for the official Elgato Stream Deck SDK.
The event "dialPress" was replaced by "dialDown" and "dialUp". Since Stream Deck v6.5 the old "dialPress" is removed from the API.
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.
This PR is to address #19.
Would be nice if examples included at least one entry into an action's property inspector so we could figure out the rest via elgato's docs. Using 7.0.0 beta for SD+...
When a button is pressed repeatedly and faster than `LongKeyPressInterval`, the implementation of `StreamDeckAction` triggers falsely `OnKeyLongPress`. The flow is as follows: 1. Button is pressed 2. `OnKeyDown()` puts the...
Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 13.0.1 to 13.0.2. Release notes Sourced from Newtonsoft.Json's releases. 13.0.2 New feature - Add support for DateOnly and TimeOnly New feature - Add UnixDateTimeConverter.AllowPreEpoch property New feature...
_Pending release_
The example should be updated to better demonstrate the usage of the Property Inspector decorators being introduced in #5. This should include a sample PI, ideally using the recommended JS...
(cherry picked from commit 409345e3e2476c5cbc6bd9b516dcfd28fa3f4243)
The underlying StreamDeckWebSocketConnection holds the information about the registration info (Stream Deck and device information). However, it is not exposed in the interface. (cherry picked from commit 670e755a9de896386d45d82091791b1f1f29dbf5)