lib/mnit: rewrite doc of `InputEvent`
authorAlexis Laferrière <alexis.laf@xymus.net>
Wed, 26 Feb 2014 23:13:05 +0000 (18:13 -0500)
committerAlexis Laferrière <alexis.laf@xymus.net>
Wed, 26 Feb 2014 23:22:18 +0000 (18:22 -0500)
In response to issue #242.

<Signed-off-by: Alexis Laferrière <alexis.laf@xymus.net>

lib/mnit/input_events.nit

index 93e8a95..53a7412 100644 (file)
@@ -17,7 +17,7 @@
 # Defines abstract classes for user inputs
 module input_events
 
-# General type of inputs
+# Input to the App, propagated through `App::input`.
 interface InputEvent
 end