MCPcopy
hub / github.com/tldraw/tldraw / pointerMove

Method pointerMove

packages/tldraw/src/test/TestEditor.ts:289–292  ·  view source on GitHub ↗
(...args: Parameters<Driver['pointerMove']>)

Source from the content-addressed store, hash-verified

287 return this
288 }
289 pointerMove(...args: Parameters<Driver['pointerMove']>) {
290 this.controller.pointerMove(...args)
291 return this
292 }
293 pointerDown(...args: Parameters<Driver['pointerDown']>) {
294 this.controller.pointerDown(...args)
295 return this

Callers 15

getVelocityAfterMovingFunction · 0.95
pointerDownOnHandleMethod · 0.95
pointerMoveByMethod · 0.95
drawNearlyClosedShapeFunction · 0.45

Calls

no outgoing calls

Tested by 9

getVelocityAfterMovingFunction · 0.76
drawNearlyClosedShapeFunction · 0.36
createTwoPointLineFunction · 0.36
testCloneHandlesFunction · 0.36
testDragCloneHandlesFunction · 0.36
dragCreateFrameFunction · 0.36
dragCreateRectFunction · 0.36
dragCreateLineFunction · 0.36
dragOntoFrameFunction · 0.36