| 265 | } |
| 266 | |
| 267 | bool xcw_native_send_key(const char *udid, uint16_t key_code, |
| 268 | uint32_t modifiers, char **error_message) { |
| 269 | (void)udid; |
| 270 | (void)key_code; |
| 271 | (void)modifiers; |
| 272 | return xcw_unsupported(error_message); |
| 273 | } |
| 274 | |
| 275 | bool xcw_native_press_home(const char *udid, char **error_message) { |
| 276 | (void)udid; |
no test coverage detected