blockly > utils > browserEvents > mouseToSvg

Funzione utils.browserEvents.mouseToSvg()

Restituisce le coordinate convertite dell'evento del mouse specificato. L'origine (0,0) è l'angolo in alto a sinistra dell'SVG Blockly.

Firma:

export declare function mouseToSvg(e: MouseEvent, svg: SVGSVGElement, matrix: SVGMatrix | null): SVGPoint;

Parametri

Parametro Tipo Descrizione
e MouseEvent Evento del mouse.
svg SVGSVGElement Elemento SVG.
matriciale SVGMatrice | null CTM schermo invertito da utilizzare.

Resi:

SVGPoint

Oggetto con proprietà .x e .y.