mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
macOS: Add initial macOS 26 suport
This commit is contained in:
parent
46703f3e65
commit
6f1d116279
3 changed files with 8 additions and 0 deletions
|
|
@ -1932,6 +1932,9 @@ private:
|
|||
case NSEventTypeRightMouseUp:
|
||||
case NSEventTypeOtherMouseUp:
|
||||
case NSEventTypeOtherMouseDragged:
|
||||
#if JUCE_MAC_API_VERSION_CAN_BE_BUILT (26, 0)
|
||||
case NSEventTypeMouseCancelled:
|
||||
#endif
|
||||
if (Desktop::getInstance().getDraggingMouseSource (0) != nullptr)
|
||||
return false;
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue