mirror of
https://github.com/libretro/RetroArch
synced 2025-04-18 14:42:30 +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)
|
if (AInputQueue_getEvent(android_app->inputQueue, &event) < 0)
|
||||||
break;
|
break;
|
||||||
|
|
||||||
if (AInputQueue_preDispatchEvent(android_app->inputQueue, event))
|
|
||||||
continue;
|
|
||||||
|
|
||||||
int32_t handled = 1;
|
int32_t handled = 1;
|
||||||
|
|
||||||
int source = AInputEvent_getSource(event);
|
int source = AInputEvent_getSource(event);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user