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

Method is_visual

src/info.rs:219–221  ·  view source on GitHub ↗

Tells if the Stream Deck kind has a screen

(&self)

Source from the content-addressed store, hash-verified

217
218 /// Tells if the Stream Deck kind has a screen
219 pub fn is_visual(&self) -> bool {
220 !matches!(self, Kind::Pedal)
221 }
222
223 /// Key layout of the Stream Deck kind as (rows, columns)
224 pub fn key_layout(&self) -> (u8, u8) {

Callers 1

send_imageMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected