Browse Source

A minor documentation update

tags/2021-05-28
Tom Poole 6 years ago
parent
commit
41a2c97ff3
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      modules/juce_gui_basics/keyboard/juce_ModifierKeys.h

+ 1
- 1
modules/juce_gui_basics/keyboard/juce_ModifierKeys.h View File

@@ -63,7 +63,7 @@ public:
/** Checks whether the 'command' key flag is set (or 'ctrl' on Windows/Linux).
This is a platform-agnostic way of checking for the operating system's
preferred command-key modifier - so on the Mac it tests for the Apple key, on
preferred command-key modifier - so on the Mac it tests for the cmd key, on
Windows/Linux, it's actually checking for the CTRL key.
*/
inline bool isCommandDown() const noexcept { return testFlags (commandModifier); }


Loading…
Cancel
Save