(Android) Drop preDispatchEvent again

This commit is contained in:
twinaphex 2013-01-02 19:08:18 +01:00
parent 3a69f1f151
commit 6a6155affe

View File

@ -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);