| 352 | } |
| 353 | |
| 354 | void *xcw_native_input_create(const char *udid, char **error_message) { |
| 355 | (void)udid; |
| 356 | xcw_unsupported(error_message); |
| 357 | return NULL; |
| 358 | } |
| 359 | |
| 360 | void xcw_native_input_destroy(void *handle) { (void)handle; } |
| 361 |
no test coverage detected