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

Function press_tvos_remote_key

packages/server/src/main.rs:5402–5408  ·  view source on GitHub ↗
(
    bridge: &NativeBridge,
    udid: &str,
    key_code: u16,
)

Source from the content-addressed store, hash-verified

5400}
5401
5402fn press_tvos_remote_key(
5403 bridge: &NativeBridge,
5404 udid: &str,
5405 key_code: u16,
5406) -> Result<(), crate::error::AppError> {
5407 bridge.send_key(udid, key_code, 0)
5408}
5409
5410fn perform_tvos_touch_phase(
5411 bridge: &NativeBridge,

Callers 5

mainFunction · 0.70
perform_tvos_touch_phaseFunction · 0.70
perform_tapFunction · 0.70
perform_swipeFunction · 0.70

Calls 1

send_keyMethod · 0.45

Tested by

no test coverage detected