| 508 | } |
| 509 | |
| 510 | bool xcw_native_session_press_home(void *handle, char **error_message) { |
| 511 | (void)handle; |
| 512 | return xcw_unsupported(error_message); |
| 513 | } |
| 514 | |
| 515 | bool xcw_native_session_press_button(void *handle, const char *button_name, |
| 516 | uint32_t duration_ms, |
no test coverage detected