MonobjcMonobjc Documented Class Library
TabletPoint Method (theEvent)
NamespacesMonobjc.AppKitNSResponderTabletPoint(NSEvent)

Informs the receiver that a tablet-point event has occurred.

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

Available in Mac OS X v10.4 or later and later.

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