Skip to main content

observePinch

Functions

forEachTouch(touchList, callback)
observePinch(touchStart, touchEnd, touchMove, pinch, pinchStart, pinchEnd, device)

forEachTouch(touchList, callback)

Kind: global function

ParamType
touchListTouchList
callbackfunction

observePinch(touchStart, touchEnd, touchMove, pinch, pinchStart, pinchEnd, device)

Kind: global function

ParamType
touchStartSignal
touchEndSignal
touchMoveSignal
pinchSignal
pinchStartSignal
pinchEndSignal
devicePointerDevice

observePinch~computeTouchRadius(touchList, pinchDimensions)

Kind: inner method of observePinch

ParamType
touchListTouchList
pinchDimensionsVector2

observePinch~handlePinchEnd(event)

Kind: inner method of observePinch

ParamType
eventTouchEvent