modifierFlags
The currently pressed modifier keys.
Declaration
class var modifierFlags: NSEvent.ModifierFlags { get }Return Value
A mask of the current modifiers using the values in Modifier Flags.
Discussion
This returns the state of devices combined with synthesized events at the moment, independent of which events have been delivered via the event stream.