From: gmungoc Date: Wed, 31 Aug 2016 15:37:14 +0000 (+0100) Subject: JAL-2077 more javadoc X-Git-Tag: Release_2_10_0~59 X-Git-Url: http://source.jalview.org/gitweb/?a=commitdiff_plain;h=e95e6dde84154a36e777850a88b83df3992defbd;p=jalview.git JAL-2077 more javadoc --- diff --git a/src/jalview/util/Platform.java b/src/jalview/util/Platform.java index 85a27f6..3fb384f 100644 --- a/src/jalview/util/Platform.java +++ b/src/jalview/util/Platform.java @@ -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