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

Method touchpoint_count

src/info.rs:201–206  ·  view source on GitHub ↗

Amount of touch points the Stream Deck kind has

(&self)

Source from the content-addressed store, hash-verified

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)> {

Callers 4

read_inputMethod · 0.80
set_touchpoint_colorMethod · 0.80
mainFunction · 0.80
mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected