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

Function xcw_native_input_send_touch

packages/server/native_stubs.c:374–381  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

372}
373
374bool xcw_native_input_send_touch(void *handle, double x, double y,
375 const char *phase, char **error_message) {
376 (void)handle;
377 (void)x;
378 (void)y;
379 (void)phase;
380 return xcw_unsupported(error_message);
381}
382
383bool xcw_native_input_send_edge_touch(void *handle, double x, double y,
384 const char *phase, uint32_t edge,

Callers 1

send_touchMethod · 0.85

Calls 1

xcw_unsupportedFunction · 0.85

Tested by

no test coverage detected