MCPcopy Create free account
hub / github.com/OpenActionAPI/rust-elgato-streamdeck / DeviceState

Class DeviceState

src/lib.rs:661–665  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

659
660#[derive(Default)]
661struct DeviceState {
662 /// Buttons include Touch Points state
663 pub buttons: Vec<bool>,
664 pub encoders: Vec<bool>,
665}
666
667/// Button reader that keeps state of the Stream Deck and returns events instead of full states
668pub struct DeviceStateReader {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected