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

Function xcw_native_session_press_button

packages/server/native_stubs.c:515–522  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

513}
514
515bool xcw_native_session_press_button(void *handle, const char *button_name,
516 uint32_t duration_ms,
517 char **error_message) {
518 (void)handle;
519 (void)button_name;
520 (void)duration_ms;
521 return xcw_unsupported(error_message);
522}
523
524bool xcw_native_session_send_button(void *handle, const char *button_name,
525 bool pressed, bool has_usage,

Callers 1

press_buttonMethod · 0.85

Calls 1

xcw_unsupportedFunction · 0.85

Tested by

no test coverage detected