lib: move mnit::display|input out of mnit
[nit.git] / lib / mnit_input.nit
similarity index 99%
rename from lib/mnit/input_events.nit
rename to lib/mnit_input.nit
index 09db4c8..0536660 100644 (file)
@@ -16,7 +16,7 @@
 
 # Defines abstract classes for user and general inputs to the application.
 # Implemented independantly for each platforms and technologies.
-module input_events
+module mnit_input
 
 # Input to the App, propagated through `App::input`.
 interface InputEvent