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:
parent
d498575976
commit
c74c9394e0
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue