MCPcopy Create free account
hub / github.com/Bloom-Engine/engine / get_touch_count

Method get_touch_count

native/shared/src/input.rs:256–256  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

254 if index < MAX_TOUCH_POINTS { self.touch_points[index].y } else { 0.0 }
255 }
256 pub fn get_touch_count(&self) -> usize { self.touch_count }
257
258 // Digital Crown (watchOS)
259 pub fn accumulate_crown_rotation(&mut self, delta: f64) { self.crown_rotation += delta; }

Callers 7

bloom_get_touch_countFunction · 0.80
bloom_get_touch_countFunction · 0.80
bloom_get_touch_countFunction · 0.80
bloom_get_touch_countFunction · 0.80
bloom_get_touch_countFunction · 0.80
bloom_get_touch_countFunction · 0.80
bloom_get_touch_countFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected