Type alias UsePointerCoordType

UsePointerCoordType: "client" | "page" | "screen" | "svg" | ((evt) => PointerXY)

Coordinates type:
client - using clientX/clientY
page - using pageX/pageY
screen - using screenX/screenY
svg - using clientX/clientY + getBoundingClientRect
function - user defined coordinates transform

Generated using TypeDoc