Key layout of the Stream Deck kind as (rows, columns)
(&self)
| 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 { |
nothing calls this directly
no test coverage detected