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

Function xcw_native_send_touch

packages/server/native_stubs.c:258–265  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

256}
257
258bool xcw_native_send_touch(const char *udid, double x, double y,
259 const char *phase, char **error_message) {
260 (void)udid;
261 (void)x;
262 (void)y;
263 (void)phase;
264 return xcw_unsupported(error_message);
265}
266
267bool xcw_native_send_key(const char *udid, uint16_t key_code,
268 uint32_t modifiers, char **error_message) {

Callers 1

send_touchMethod · 0.85

Calls 1

xcw_unsupportedFunction · 0.85

Tested by

no test coverage detected