MCPcopy
hub / github.com/tldraw/tldraw / pointerDown

Method pointerDown

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

Source from the content-addressed store, hash-verified

291 return this
292 }
293 pointerDown(...args: Parameters<Driver['pointerDown']>) {
294 this.controller.pointerDown(...args)
295 return this
296 }
297 pointerUp(...args: Parameters<Driver['pointerUp']>) {
298 this.controller.pointerUp(...args)
299 return this

Callers 15

pointerDownOnHandleMethod · 0.95
drawNearlyClosedShapeFunction · 0.45
startDraggingHandleFunction · 0.45
createTwoPointLineFunction · 0.45

Calls

no outgoing calls

Tested by 14

drawNearlyClosedShapeFunction · 0.36
startDraggingHandleFunction · 0.36
createTwoPointLineFunction · 0.36
testCloneHandlesFunction · 0.36
testDragCloneHandlesFunction · 0.36
startDraggingHandleFunction · 0.36
startDraggingOwnHandleFunction · 0.36
dragCreateFrameFunction · 0.36
dragCreateRectFunction · 0.36
dragCreateLineFunction · 0.36
dragOntoFrameFunction · 0.36