1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

A minor documentation update

This commit is contained in:
Tom Poole 2019-10-20 20:01:20 +01:00
parent 724ae27c71
commit 41a2c97ff3

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); }