MCPcopy Create free account
hub / github.com/Shitanshukumar607/Drawspace / handleStagePointerMove

Function handleStagePointerMove

components/CanvasComponent.tsx:172–176  ·  view source on GitHub ↗
(
    e: KonvaEventObject<MouseEvent | TouchEvent>
  )

Source from the content-addressed store, hash-verified

170 };
171
172 const handleStagePointerMove = (
173 e: KonvaEventObject<MouseEvent | TouchEvent>
174 ) => {
175 drawingTool?.handlePointerMove(e);
176 };
177
178 const handleStagePointerUp = () => {
179 drawingTool?.handlePointerUp();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected