emorydunn / StreamDeckPlugin

A library for creating Stream Deck plugins in Swift.
https://emorydunn.github.io/StreamDeckPlugin/
MIT License
50 stars 7 forks source link

Milti Action Support #1

Closed Phando closed 2 years ago

Phando commented 2 years ago

Does this library support Plugins with multiple actions? If so, is there any documentation or an example available?

emorydunn commented 2 years ago

Yes, you can define all of your actions in the PluginManifest and their UUIDs will be included in the various event methods. I've updated the example & readme to include handling multiple actions.