double-click support
[fanfix.git] / src / jexer / event / TMouseEvent.java
index c29ebc3520d8db88dfd5107fd46aa50b598f5dd0..e4b44833fe4a0893e58de6c53df28858069a6ca8 100644 (file)
@@ -52,7 +52,12 @@ public final class TMouseEvent extends TInputEvent {
         /**
          * Mouse button up.  X and Y will have screen coordinates.
          */
-        MOUSE_UP
+        MOUSE_UP,
+
+        /**
+         * Mouse double-click.  X and Y will have screen coordinates.
+         */
+        MOUSE_DOUBLE_CLICK
     }
 
     /**