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

Method key_layout

src/info.rs:224–226  ·  view source on GitHub ↗

Key layout of the Stream Deck kind as (rows, columns)

(&self)

Source from the content-addressed store, hash-verified

222
223 /// Key layout of the Stream Deck kind as (rows, columns)
224 pub fn key_layout(&self) -> (u8, u8) {
225 (self.row_count(), self.column_count())
226 }
227
228 /// Image format used by the Stream Deck kind
229 pub fn key_image_format(&self) -> ImageFormat {

Callers

nothing calls this directly

Calls 2

row_countMethod · 0.80
column_countMethod · 0.80

Tested by

no test coverage detected