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

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

lib/mnit/input_events.nit

index 53a7412..51c3412 100644 (file)
@@ -14,7 +14,8 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-# Defines abstract classes for user inputs
+# Defines abstract classes for user and general inputs to the application.
+# Implemented independantly for each platforms and technologies.
 module input_events
 
 # Input to the App, propagated through `App::input`.