Share via


TCTouchController.HandleTouchBegan(CGPoint, IntPtr) Method

Definition

[Foundation.Export("handleTouchBeganAtPoint:index:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool HandleTouchBegan(CoreGraphics.CGPoint point, IntPtr index);
[<Foundation.Export("handleTouchBeganAtPoint:index:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member HandleTouchBegan : CoreGraphics.CGPoint * nativeint -> bool
override this.HandleTouchBegan : CoreGraphics.CGPoint * nativeint -> bool

Parameters

point
CGPoint
index
IntPtr

nativeint

Returns

Attributes

Applies to