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

Function xcw_native_press_button

packages/server/native_stubs.c:285–291  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

283}
284
285bool xcw_native_press_button(const char *udid, const char *button_name,
286 uint32_t duration_ms, char **error_message) {
287 (void)udid;
288 (void)button_name;
289 (void)duration_ms;
290 return xcw_unsupported(error_message);
291}
292
293bool xcw_native_send_button(const char *udid, const char *button_name,
294 bool pressed, bool has_usage, uint32_t usage_page,

Callers 1

press_buttonMethod · 0.85

Calls 1

xcw_unsupportedFunction · 0.85

Tested by

no test coverage detected