Tells if the Stream Deck kind has a screen
(&self)
| 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) { |