mirror of
https://github.com/Genymobile/scrcpy.git
synced 2025-12-18 05:54:20 +01:00
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:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user