elgatosf / streamdeck-kit-ipad

Swift library for controlling Stream Deck hardware from an iPadOS application.
https://docs.elgato.com/ipad
MIT License
15 stars 0 forks source link

Missing multi-app handling #32

Open zahnooo opened 4 months ago

zahnooo commented 4 months ago

Currently, the driver handles all connected apps the same, which means that

This is only relevant if several apps with the SDK integrated are visible at the same time, e.g. in Split View or Center Stage mode.

Develop a strategy how to handle this, e.g. "The first connected app takes control".