Amount of touch points the Stream Deck kind has
(&self)
| 199 | |
| 200 | /// Amount of touch points the Stream Deck kind has |
| 201 | pub fn touchpoint_count(&self) -> u8 { |
| 202 | match self { |
| 203 | Kind::Neo => 2, |
| 204 | _ => 0, |
| 205 | } |
| 206 | } |
| 207 | |
| 208 | /// Size of the LCD strip on the device |
| 209 | pub fn lcd_strip_size(&self) -> Option<(usize, usize)> { |
no outgoing calls
no test coverage detected