MonobjcMonobjc Documented Class Library
InterpretKeyEvents Method (eventArray)
NamespacesMonobjc.AppKitNSResponderInterpretKeyEvents(NSArray)

Invoked by subclasses from their keyDown: method to handle a series of key events.

Original signature is '- (void)interpretKeyEvents:(NSArray *)eventArray'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void InterpretKeyEvents(
	NSArray eventArray
)
Public Overridable Sub InterpretKeyEvents ( _
	eventArray As NSArray _
)
public:
virtual void InterpretKeyEvents(
	NSArray^ eventArray
)
Parameters
eventArray (NSArray)
An array of key-event characters to give to the system input manager.
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)