pub fn spawn_streamdeck_thread(
    core: Arc<SDCore>,
    streamdeck: StreamDeck,
    key_tx: Sender<(u8, bool)>
) -> StreamDeckHandle
Expand description

Spawns streamdeck thread from a core reference