Do not forward SDL_DROPFILE event
The event is handled by scrcpy.c, it is not necessary to send it to screen or input_manager.
This commit is contained in:
parent
c23c38f99d
commit
8ef4c044fa
1 changed files with 1 additions and 1 deletions
|
@ -167,7 +167,7 @@ handle_event(SDL_Event *event, const struct scrcpy_options *options) {
|
|||
action = ACTION_PUSH_FILE;
|
||||
}
|
||||
file_handler_request(&file_handler, action, file);
|
||||
break;
|
||||
goto end;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue