lib/android: as alternative to motion events feed in only the acting pointer
authorAlexis Laferrière <alexis.laf@xymus.net>
Thu, 9 Jul 2015 20:19:39 +0000 (16:19 -0400)
committerAlexis Laferrière <alexis.laf@xymus.net>
Thu, 9 Jul 2015 20:28:03 +0000 (16:28 -0400)
Signed-off-by: Alexis Laferrière <alexis.laf@xymus.net>

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