lib/android: as alternative to motion events feed in only the acting pointer
[nit.git] / lib / mnit_android / android_app.nit
index 9d0d6c4..41ed7f8 100644 (file)
@@ -61,9 +61,7 @@ redef class App
                var handled = input(ie)
 
                if not handled then
-                       for pe in ie.pointers do
-                               input(pe)
-                       end
+                       input ie.acting_pointer
                end
 
                return handled