mirror of
https://github.com/fltk/fltk.git
synced 2026-05-09 21:06:51 +08:00
Restore building for macos with SDK 10.6 (#1424)
This commit is contained in:
@@ -165,6 +165,7 @@ const NSUInteger NSEventModifierFlagOption = NSAlternateKeyMask;
|
||||
const NSUInteger NSEventModifierFlagControl = NSControlKeyMask;
|
||||
const NSUInteger NSEventModifierFlagShift = NSShiftKeyMask;
|
||||
const NSUInteger NSEventModifierFlagCapsLock = NSAlphaShiftKeyMask;
|
||||
const NSUInteger NSEventModifierFlagFunction = NSFunctionKeyMask;
|
||||
|
||||
const NSEventType NSEventTypeLeftMouseDown = NSLeftMouseDown;
|
||||
const NSEventType NSEventTypeRightMouseDown = NSRightMouseDown;
|
||||
|
||||
Reference in New Issue
Block a user