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

Function xcw_native_input_send_key

packages/server/native_stubs.c:407–413  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

405}
406
407bool xcw_native_input_send_key(void *handle, uint16_t key_code,
408 uint32_t modifiers, char **error_message) {
409 (void)handle;
410 (void)key_code;
411 (void)modifiers;
412 return xcw_unsupported(error_message);
413}
414
415bool xcw_native_input_send_key_event(void *handle, uint16_t key_code,
416 bool down, char **error_message) {

Callers 1

send_keyMethod · 0.85

Calls 1

xcw_unsupportedFunction · 0.85

Tested by

no test coverage detected