MonobjcMonobjc Documented Class Library
MouseDown Method (theEvent)
NamespacesMonobjc.AppKitNSResponderMouseDown(NSEvent)

Informs the receiver that the user has pressed the left mouse button.

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

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void MouseDown(
	NSEvent theEvent
)
Public Overridable Sub MouseDown ( _
	theEvent As NSEvent _
)
public:
virtual void MouseDown(
	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)