lib/mnit: fix doc of MotionEvent (fix #182)
authorAlexis Laferrière <alexis.laf@xymus.net>
Wed, 14 May 2014 16:35:46 +0000 (12:35 -0400)
committerAlexis Laferrière <alexis.laf@xymus.net>
Thu, 15 May 2014 19:03:40 +0000 (15:03 -0400)
Signed-off-by: Alexis Laferrière <alexis.laf@xymus.net>

lib/mnit_input.nit

index 0536660..cd6c59d 100644 (file)
@@ -37,7 +37,9 @@ interface PointerEvent
        fun depressed: Bool is abstract
 end
 
-# Pointer motion event, mais concern many events
+# A motion event on screen composed of many `PointerEvent`
+#
+# Example of a `MotionEvent` a gesture such as pinching using two fingers.
 interface MotionEvent
        super InputEvent