Handle file drop from input_manager

A file is pushed (or an apk is installed) to the device on file drop.
This behavior is specific to the screen and its input_manager.
This commit is contained in:
Romain Vimont
2022-01-21 19:26:36 +01:00
parent ebef027c4f
commit 1ffe312369
5 changed files with 48 additions and 36 deletions

View File

@@ -485,6 +485,7 @@ sc_screen_init(struct sc_screen *screen,
struct sc_input_manager_params im_params = {
.controller = params->controller,
.fp = params->fp,
.screen = screen,
.kp = params->kp,
.mp = params->mp,