MonobjcMonobjc Documented Class Library
NSMouseEventSubType Enumeration
NamespacesMonobjc.AppKitNSMouseEventSubType

The following constants represent mouse-event subtypes for mouse and tablet events (accessed with the subtype method).

Available in Mac OS X v10.4 and later.

Declaration Syntax
C#Visual BasicVisual C++
public enum NSMouseEventSubType
Public Enumeration NSMouseEventSubType
public enum class NSMouseEventSubType
Members
MemberDescription
NSMouseEventSubtype

Indicates a purely mouse event.

Available in Mac OS X v10.4 and later.


NSTabletPointEventSubtype

Indicates a tablet-pointer event; see description of NSTabletPoint.

Available in Mac OS X v10.4 and later.


NSTabletProximityEventSubtype

Indicates a tablet-proximity event; see description of NSTabletProximity.

Available in Mac OS X v10.4 and later.


NSTouchEventSubtype

Indicates a touch event subtype.

Available in Mac OS X v10.6 and later.


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)