Updated readability of the code.
[sixth-3d.git] / src / main / java / eu / svjatoslav / sixth / e3d / gui / humaninput / MouseInteractionController.java
index e29f978..d5f1f08 100644 (file)
@@ -4,6 +4,9 @@
  */
 package eu.svjatoslav.sixth.e3d.gui.humaninput;
 
+/**
+ * Interface that allows to handle mouse events.
+ */
 public interface MouseInteractionController {
 
     /**