mirror of
https://github.com/libretro/RetroArch
synced 2025-03-30 07:20:36 +00:00
(Android) Drop preDispatchEvent again
This commit is contained in:
parent
3a69f1f151
commit
6a6155affe
@ -102,9 +102,6 @@ static void android_input_poll(void *data)
|
||||
if (AInputQueue_getEvent(android_app->inputQueue, &event) < 0)
|
||||
break;
|
||||
|
||||
if (AInputQueue_preDispatchEvent(android_app->inputQueue, event))
|
||||
continue;
|
||||
|
||||
int32_t handled = 1;
|
||||
|
||||
int source = AInputEvent_getSource(event);
|
||||
|
Loading…
x
Reference in New Issue
Block a user