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

Function xcw_native_input_send_multitouch

packages/server/native_stubs.c:394–405  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

392}
393
394bool xcw_native_input_send_multitouch(void *handle, double x1, double y1,
395 double x2, double y2,
396 const char *phase,
397 char **error_message) {
398 (void)handle;
399 (void)x1;
400 (void)y1;
401 (void)x2;
402 (void)y2;
403 (void)phase;
404 return xcw_unsupported(error_message);
405}
406
407bool xcw_native_input_send_key(void *handle, uint16_t key_code,
408 uint32_t modifiers, char **error_message) {

Callers 1

send_multitouchMethod · 0.85

Calls 1

xcw_unsupportedFunction · 0.85

Tested by

no test coverage detected