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

iOS: Support ModifierKeys::commandModifier flag

This commit is contained in:
ed 2019-10-23 11:40:52 +01:00
parent d498575976
commit c74c9394e0

View file

@ -136,7 +136,7 @@ public:
/** Middle mouse button flag. */
middleButtonModifier = 64,
#if JUCE_MAC
#if JUCE_MAC || JUCE_IOS
/** Command key flag - on windows this is the same as the CTRL key flag. */
commandModifier = 8,