JAL-2077 more javadoc
authorgmungoc <g.m.carstairs@dundee.ac.uk>
Wed, 31 Aug 2016 15:37:14 +0000 (16:37 +0100)
committergmungoc <g.m.carstairs@dundee.ac.uk>
Wed, 31 Aug 2016 15:37:14 +0000 (16:37 +0100)
src/jalview/util/Platform.java

index 85a27f6..3fb384f 100644 (file)
@@ -79,8 +79,10 @@ public class Platform
   }
 
   /**
-   * Answers true if the mouse event has Meta-down (on Mac) or Ctrl-down (on
-   * other o/s)
+   * Answers true if the mouse event has Meta-down (Command key on Mac) or
+   * Ctrl-down (on other o/s). Note this answers _false_ if the Ctrl key is
+   * pressed instead of the Meta/Cmd key on Mac. To test for Ctrl-click on Mac,
+   * you can use e.isPopupTrigger().
    * 
    * @param e
    * @return