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

Function xcw_native_send_key

packages/server/native_stubs.c:267–273  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

265}
266
267bool xcw_native_send_key(const char *udid, uint16_t key_code,
268 uint32_t modifiers, char **error_message) {
269 (void)udid;
270 (void)key_code;
271 (void)modifiers;
272 return xcw_unsupported(error_message);
273}
274
275bool xcw_native_press_home(const char *udid, char **error_message) {
276 (void)udid;

Callers 1

send_keyMethod · 0.85

Calls 1

xcw_unsupportedFunction · 0.85

Tested by

no test coverage detected