pinchDelta Event (InteractiveService)

Summary

Occurs when the user moves the fingers while performing a pinch operation.

Syntax

JavaScript Syntax
Object.defineProperty(InteractiveService.prototype,'pinchDelta',  
	get: function(), 
	set: function(value) 
) 
function pinchDelta.add(function(sender, e)); 
function pinchDelta.remove(function(sender, e)); 
TypeScript Syntax
pinchDelta: void;

Remarks

Pinch events are only supported by touch devices.

The PinchDelta event will always fire after PinchStarted occurs and any of the following occurs:

  • On a device that supports touch: When the user moves the fingers after pinch operation has been started.
Event Data
ParameterTypeDescription
sendervarThe source of the event.
eInteractivePinchDeltaEventArgsThe event data.
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