Skip to content

skewHandlerY

const skewHandlerY: TransformActionHandler

Defined in: controls/skew.ts:244

Wrapped Action handler for skewing on the Y axis, takes care of the skew direction and determines the correct transform origin for the anchor point

eventData

javascript event that is doing the transform

transform

javascript object containing a series of information around the current transform

x

current mouse x position, canvas normalized

y

current mouse y position, canvas normalized

true if some change happened