mirror of
https://github.com/Genymobile/scrcpy
synced 2025-03-02 11:21:48 +00:00
commit
facbbced9e
@ -144,6 +144,7 @@ void input_manager_process_text_input(struct input_manager *input_manager,
|
||||
return;
|
||||
}
|
||||
if (!controller_push_event(input_manager->controller, &control_event)) {
|
||||
SDL_free(control_event.text_event.text);
|
||||
LOGW("Cannot send text event");
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user