From e95e6dde84154a36e777850a88b83df3992defbd Mon Sep 17 00:00:00 2001 From: gmungoc Date: Wed, 31 Aug 2016 16:37:14 +0100 Subject: [PATCH] JAL-2077 more javadoc --- src/jalview/util/Platform.java | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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 -- 1.7.10.2