MCPcopy Create free account
hub / github.com/NativeScript/SimDeck / digital_crown_error

Function digital_crown_error

packages/server/src/native/bridge.rs:175–177  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

173}
174
175pub fn digital_crown_error() -> AppError {
176 AppError::bad_request("Digital Crown rotation is only available for Apple Watch simulators.")
177}
178
179pub fn tvos_remote_key_for_touch_motion(start_x: f64, start_y: f64, end_x: f64, end_y: f64) -> u16 {
180 let dx = end_x - start_x;

Callers 2

rotate_crownMethod · 0.85
rotate_crownMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected