MonobjcMonobjc Documented Class Library
TouchesBeganWithEvent Method (event)
NamespacesMonobjc.AppKitNSResponderTouchesBeganWithEvent(NSEvent)

Informs the receiver that new set of touches has been recognized.

Original signature is '- (void)touchesBeganWithEvent:(NSEvent *)event'

Available in Mac OS X v10.6 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void TouchesBeganWithEvent(
	NSEvent event
)
Public Overridable Sub TouchesBeganWithEvent ( _
	event As NSEvent _
)
public:
virtual void TouchesBeganWithEvent(
	NSEvent^ event
)
Parameters
event (NSEvent)
An event object representing the beginning of a touch.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later)

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