-
Bug
-
Resolution: Unresolved
-
P4
-
jfx22
-
None
-
os_x
Several enums of type NSEventModifierFlags are deprecated, and replaced with different names.
- warning: 'NSCommandKeyMask' is deprecated: first deprecated in macOS 10.12
- warning: 'NSShiftKeyMask' is deprecated: first deprecated in macOS 10.12
- and more
Reference: https://developer.apple.com/documentation/appkit/nseventmodifierflags
These enum constants should be replaced with coressponding new ones.
- warning: 'NSCommandKeyMask' is deprecated: first deprecated in macOS 10.12
- warning: 'NSShiftKeyMask' is deprecated: first deprecated in macOS 10.12
- and more
Reference: https://developer.apple.com/documentation/appkit/nseventmodifierflags
These enum constants should be replaced with coressponding new ones.