MonobjcMonobjc Documented Class Library
PressedMouseButtons Property
NamespacesMonobjc.AppKitNSEventPressedMouseButtons

Returns the indices of the currently depressed mouse buttons.

Original signature is '+ (NSUInteger)pressedMouseButtons'

Available in Mac OS X v10.6 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static NSUInteger PressedMouseButtons { get; }
Public Shared ReadOnly Property PressedMouseButtons As NSUInteger
	Get
public:
static property NSUInteger PressedMouseButtons {
	NSUInteger get ();
}
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later)

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