Instance Method
modifierChanged(_:)modifierChanged:modifierChanged_
Informs the receiver that the user has pressed or released a modifier key (Shift, Control, and so on).
Declaration
func modifierChanged(_ anEvent: NSEvent)Declaration
- (void) modifierChanged:(NSEvent *) anEvent;Declaration
modifierChanged_(anEvent: NSEvent)Parameters
anEventAn object encapsulating information about the modifier-key event.