MonobjcMonobjc Documented Class Library
FlagsChanged Method (theEvent)
NamespacesMonobjc.AppKitNSResponderFlagsChanged(NSEvent)

Informs the receiver that the user has pressed or released a modifier key (Shift, Control, and so on).

Original signature is '- (void)flagsChanged:(NSEvent *)theEvent'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void FlagsChanged(
	NSEvent theEvent
)
Public Overridable Sub FlagsChanged ( _
	theEvent As NSEvent _
)
public:
virtual void FlagsChanged(
	NSEvent^ theEvent
)
Parameters
theEvent (NSEvent)
An object encapsulating information about the modifier-key event.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.AppKit (Module: Monobjc.AppKit)