MonobjcMonobjc Documented Class Library
OtherMouseDown Method (theEvent)
NamespacesMonobjc.AppKitNSResponderOtherMouseDown(NSEvent)

Informs the receiver that the user has pressed a mouse button other than the left or right one.

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

Available in Mac OS X v10.1 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void OtherMouseDown(
	NSEvent theEvent
)
Public Overridable Sub OtherMouseDown ( _
	theEvent As NSEvent _
)
public:
virtual void OtherMouseDown(
	NSEvent^ theEvent
)
Parameters
theEvent (NSEvent)
An object encapsulating information about the mouse-down 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)