lib/mnit & implementations: move up `is_move` from Android to abstract
[nit.git] / lib / android / input_events.nit
index c1709ae..34c5748 100644 (file)
@@ -185,8 +185,7 @@ class AndroidPointerEvent
                return action.is_down or action.is_move or action.is_pointer_down
        end
 
-       # Is this a move event?
-       fun is_move: Bool do return motion_event.acting_pointer == self and
+       redef fun is_move do return motion_event.acting_pointer == self and
                motion_event.native.action.is_move
 
        redef fun depressed do return not pressed