MonobjcMonobjc Documented Class Library
OtherMouseDragged Method (theEvent)
NamespacesMonobjc.AppKitNSResponderOtherMouseDragged(NSEvent)

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

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

Available in Mac OS X v10.1 and later.

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