pinchStartsOnDown Property (InteractiveService)

Summary

Indicates whether PinchStarted events should fire on mouse or touch down.

Syntax

JavaScript Syntax
Object.defineProperty(InteractiveService.prototype, 'pinchStartsOnDown', 
	get: function(), 
	set: function(value) 
) 
TypeScript Syntax
pinchStartsOnDown: boolean;

Property Value

true if PinchStarted events should fire on mouse or touch down; otherwise, it is false (PinchStarted events will fire on mouse or touch up). Default value is true.

Requirements

Target Platforms

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Controls Assembly
Click or drag to resize